Memory Pool Memory Pool Refreshing

6,535 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,911 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (812,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,814 95,814 000000000005588ee25e02b442bee2c1aac9fb59f4c7e14c7ed7c13e41b66c13 0.00 MB 1 0
95,813 95,813 000000000002bc1f793d717af93e7c8f16deaaf3f2d382f38d0da6c2c70c71ab 0.00 MB 2 0
95,812 95,812 000000000003496d7c74d6f96adc00b204fd413c2eb8cd95cd48ed16b42d8b57 0.00 MB 1 0
95,811 95,811 00000000000454206ee49455061e54a50f878215a4b45b80be46f51d807e8823 0.00 MB 1 0
95,810 95,810 000000000001bc33df036e9be916f280fe34825044aa0292cd239384750190f7 0.00 MB 1 0
95,809 95,809 0000000000044050f16bfe70cfd53338d7ca9f187ee04d933ea1e302c1eb5f32 0.00 MB 1 0
95,808 95,808 000000000004dea48dc2e03d140f9003dfce360d5bb526f4e1d07a0263133c80 0.00 MB 1 0
95,807 95,807 000000000006f20084e1156362c6278cf1d3ec8d2ef12d1057f70121f05d24cc 0.00 MB 2 0
95,806 95,806 0000000000079b3cd988a0451756a7daac9e4ce90e783f8a02d69bd51ce25de2 0.00 MB 3 0
95,805 95,805 00000000000700f5c81373272420d966447baafdbcdf00b6b6e430a27f18e050 0.00 MB 1 0
95,804 95,804 000000000008198dd9a9cc06372d1397b631b848a17e80ca8319e7fa2e70d1c6 0.00 MB 2 0
95,803 95,803 0000000000026ebc16a6f87458d76dac83f7b2176f64f49137e812f3fa8047d4 0.00 MB 2 0
95,802 95,802 000000000001df2f10c3cb420d2ea49d1cfa3a489ae6472701a2abffa7a3dbc2 0.00 MB 3 0
95,801 95,801 00000000000570c63368eff43961943236c7a23ddd128c22ffd40cb72a162981 0.00 MB 2 0
95,800 95,800 000000000000803edf4ede8a8600aa2ebadba5394c5633394d2b2f4ca74c614a 0.00 MB 1 0
95,799 95,799 000000000000db5efcddcbec747565f8116a8b69dd5f73d410917295292a3383 0.00 MB 2 0
95,798 95,798 0000000000052e90295f13fb56dad0209346b8c528e0a4c6a8287a29c1117a91 0.00 MB 1 0
95,797 95,797 000000000000e6834306a7601cffff90738df9b8be3dd88298c1915a62c462d8 0.00 MB 2 0
95,796 95,796 0000000000043993426c7de317a2da9b97790a56259f71dffc7609833ea7e0ed 0.00 MB 1 0
95,795 95,795 0000000000023f13165e287157e22be0fe148d91bd977b38abcaecbbd57a511c 0.00 MB 1 0
95,794 95,794 0000000000061268bcceacb1d5f554eeb2e1891583911738d2d9881e84af6d48 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.