Memory Pool Memory Pool Refreshing

13,473 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,850 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (719,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,806 187,806 000000000000004e48da2932f36d023378cca1a51e63ad0c046665f07c4f660a 0.10 MB 207 109
187,805 187,805 000000000000012a8f6024ee67d02888096617a301032e7a81c9b3beebc89d05 0.02 MB 37 44
187,804 187,804 000000000000084634856140089ad445151673e7fab1a98039e24237be16eaaf 0.01 MB 20 44
187,803 187,803 0000000000000079975dfc208f81f0a98a0995fd35e220f5222823427813c912 0.05 MB 101 90
187,802 187,802 00000000000002824901ae42425c5d0df4be0c0b82001dcb88a7bd3dac88635b 0.05 MB 134 30
187,801 187,801 00000000000002cf9c80081b76048526d56c132e7ec9dcee361569a9c86c3614 0.09 MB 177 113
187,800 187,800 00000000000004fe92d436fdf0ef877deb799f1e6074e18983728361d99f3644 0.07 MB 96 82
187,799 187,799 00000000000000db3f0b2f85760eaa5219d4b95be726aafbfcd1a5cfe4ca70ca 0.07 MB 145 119
187,798 187,798 000000000000037ab44575f9cab7d7f1e26b49c9efe90ae822d989b160e2c8cc 0.00 MB 10 14
187,797 187,797 000000000000077a47bb5b445686b04780630729c13350cb7347cbffe4d61247 0.01 MB 35 48
187,796 187,796 00000000000002bd4f0e80854be6401ddb4e15f09ff0aa6626d3afc1fad46a94 0.02 MB 25 62
187,795 187,795 00000000000009752f5f6d4041c54080763ebc2b0d0ff0ec4d3c5f924ccfb348 0.02 MB 32 80
187,794 187,794 00000000000005ab102a81a8c6f8aa75e7fbafb84ba158dad8a1ea0809c30a83 0.09 MB 275 147
187,793 187,793 000000000000030436c26db72bdeafd7a0eb08e95d1c1529f4b1bbbf2666c008 0.03 MB 122 30
187,792 187,792 00000000000005c325ed67548900892c2428d3f33d077ee9af781a4ec930675f 0.07 MB 155 106
187,791 187,791 0000000000000390d18b10255154f53e49889e92837e906a38c5b9e25a4ada1b 0.10 MB 217 195
187,790 187,790 00000000000002f1c81cf77f82e478a0918cc94baa8c9a8d666d5db8b267e0d4 0.02 MB 29 76
187,789 187,789 000000000000023a76defffdd44c64d2c61d80a4a3db8c00dd4d2775648b5829 0.13 MB 310 219
187,788 187,788 000000000000002a7648912bb3554eefcbeacbb40b6688d8a784abf4a3af15de 0.00 MB 10 71
187,787 187,787 00000000000005e1cfed65dbd1297a325e7e4ef0a514cecabad40d48761f70f8 0.00 MB 13 0
187,786 187,786 00000000000005954ca9b222bfcc68dab174cf7801370d4cb1f906e11ee5dacc 0.02 MB 16 43
Previous 10 blocks ↓
Total Size: 768.93 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,612.83 GB sent, 92.49 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.