Memory Pool Memory Pool Refreshing

2,600 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,114 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (730,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,812 177,812 000000000000079784ab2109b807aa059a2162d254459732268752e6bb4e2ca1 0.02 MB 67 140
177,811 177,811 00000000000005e74f2f418e7791328fe7dff74466d6f22339dcc5ee7686438e 0.01 MB 30 123
177,810 177,810 00000000000004471db633d410d0c82a7f69c440ff26787ea7de8f0935f3e261 0.06 MB 121 142
177,809 177,809 00000000000005edcdbffc9423853778556e9aa368eb7632d593a5584067bc97 0.02 MB 51 223
177,808 177,808 00000000000009e3909ee119ea53e37cefac8eedae88c10f9312b591b6f7628d 0.04 MB 79 257
177,807 177,807 0000000000000abd93deef6976b192d8054fb988fa580c63e4cb245e17c46fd9 0.01 MB 26 101
177,806 177,806 00000000000008a257ec099cb64183dd3f58fd039479937077f6d66b132506d2 0.00 MB 10 86
177,805 177,805 000000000000077e02feeeecdfa758bcebb19f5d43a6f70a60e703297cc93ccf 0.03 MB 48 97
177,804 177,804 000000000000021c55542f083823a96d1aa0b8a2c22d6eaef1826968a4332dbd 0.04 MB 120 78
177,803 177,803 000000000000078486553b4e971e0ec9965b578428e377a72a85d0997b036ee4 0.02 MB 49 96
177,802 177,802 00000000000008fbb99bd98da69c66708847292be9eea15efd0c02280981cc2a 0.00 MB 14 15
177,801 177,801 000000000000081b52269e2b2a004e9d84a2033278928379505741d3d193231c 0.03 MB 36 607
177,800 177,800 00000000000009e66100cab83ed79e2469eb9c03eca0278c0617131dfcb601e8 0.00 MB 1 0
177,799 177,799 00000000000007f01b79c108d696e56186bf3672915dbab178285dee77622f86 0.06 MB 117 88
177,798 177,798 00000000000009b51c7e0bdc04a7696c96117227e7f60865c339f396208fec16 0.03 MB 59 258
177,797 177,797 00000000000000b5bc441c433a6fe1ff98c3baed74b89d64ab6daf2db0e00682 0.00 MB 9 93
177,796 177,796 00000000000000919060ea27b585ffba3f6285b5582250a18e9ab669a4a9241d 0.01 MB 32 58
177,795 177,795 00000000000005a7519d5d1555de77a546afd04fc6c65974a5f041bbf6c1b686 0.05 MB 164 46
177,794 177,794 000000000000065f62ecd637d3091a6551220cbe7a118651e43bb58f3c9d4386 0.01 MB 20 273
177,793 177,793 0000000000000a72c0663adc0882491f36092e217111d73aa1b63e1fe0fcc8fb 0.05 MB 99 146
177,792 177,792 00000000000006b60552a66992cc3da050c85077c46b0d8db2c51bc6f6f8243f 0.02 MB 47 101
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.