Memory Pool Memory Pool Refreshing

4,109 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (573,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,346 334,346 000000000000000013a425f8d53b3cd4d218f0969722b11418eb4e85e1e6f1b8 0.29 MB 490 24
334,345 334,345 0000000000000000163c494cdd8fa7d06126c410953cdbf2914b12943d5570b8 0.30 MB 497 23
334,344 334,344 000000000000000017ead6c7900bde76b8392d2bbcfa055eff4c84d0de757102 0.36 MB 458 19
334,343 334,343 00000000000000000be6b192cf62e6f014dc5f01199de9d6c9eb4abeb604735e 0.14 MB 183 18
334,342 334,342 000000000000000012112a06401988a4c4a9d9b5878ee103caef98ba545c9bdb 0.41 MB 652 22
334,341 334,341 0000000000000000176d0f613c960f1fc864b7f74c512d2e815c6347e2003c22 0.20 MB 265 21
334,340 334,340 00000000000000001a2720517ffb137d722d30dceb379f7cfab4c0f32d3fb342 0.67 MB 418 13
334,339 334,339 0000000000000000137d7a9ae8fda1f0025c125ad656c28fc64ddbdac2414972 0.00 MB 1 0
334,338 334,338 00000000000000001ad8d5edd5515712c7872d7be92d4949131f01994791225f 0.75 MB 1,552 43
334,337 334,337 00000000000000001737b06619063d2b96dd4e423aa3550196c546787c722826 0.24 MB 435 51
334,336 334,336 0000000000000000102fcf881c1e5c99fccb4c3dd1152fc4a665dfcc462c716c 0.75 MB 1,296 27
334,335 334,335 000000000000000002ca3a4fb6d4baaa0589c170503c9e097e18336c9cca32cc 0.75 MB 861 18
334,334 334,334 00000000000000001668f8e038882581d4f7e750ceeda33c08aece0f7aebb419 0.01 MB 22 23
334,333 334,333 000000000000000007c4b6cdc65a0b43a2a63a09815117b3c29710e5dfeea36d 0.75 MB 1,078 25
334,332 334,332 000000000000000018fe9e153c2969eb061f3c37bd3439f302b6483294803444 1.00 MB 1,434 23
334,331 334,331 00000000000000000c2997f8ccac31fb694176bc48da49eda6c51243267bdfd8 0.24 MB 405 21
334,330 334,330 00000000000000000df64f01e7e3115ebf009e33896445dd185027d383d7726f 0.10 MB 174 13
334,329 334,329 000000000000000010fb59f41964e8698c7f9ee73314b3a39aeac687f2fef1cf 0.01 MB 24 30
334,328 334,328 00000000000000000b6f3b2b2f85619cf2d966e0ee9171805269c50dd490206f 0.03 MB 52 29
334,327 334,327 0000000000000000104c6f7fca10e10c58c24d6f489e9f2179efbbdd208c6ebc 0.33 MB 553 22
334,326 334,326 000000000000000011829665369f0817c807c121cd0d0791cb406e51de81bfaa 0.02 MB 64 54
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.