Memory Pool Memory Pool Refreshing

9,310 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,852 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (635,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,951 271,951 000000000000000388cdae5054a254b76cdc6a81dcd6db2bb0b62c6435244a37 0.25 MB 521 56
271,950 271,950 0000000000000006e7984c85f9841f19dec46f043cc13ab9cdfdc4f848db1f92 0.25 MB 601 67
271,949 271,949 0000000000000004dfebb50740cc3fc61a988703d8ea93523a838e1e2dab637d 0.50 MB 1,208 49
271,948 271,948 00000000000000032b9c0470eb700a83611d7d575eab3a7fae249072b4d40c12 0.25 MB 824 93
271,947 271,947 0000000000000000e1834d4837cdd32519b2a1b78ffb91e38d7bc3ffaf491637 0.25 MB 502 522
271,946 271,946 0000000000000000ac35d63b992144a16a5de727186d8ec772ad9b11a33d4845 0.15 MB 266 23
271,945 271,945 000000000000000341b2908aa03017d00d165a5c0d21184cfb31d06aeb5616a6 0.18 MB 414 72
271,944 271,944 00000000000000031651a8da9e7d832c10c7f95c3acf45093d447dbabef82437 0.25 MB 424 44
271,943 271,943 0000000000000002554935412b81313e75efdbf794c59530df86050e38b2c167 0.25 MB 768 90
271,942 271,942 0000000000000005ae1e3ceec6acd8c325069fb77a45f13f36ecaeff3bcc01d9 0.13 MB 289 52
271,941 271,941 000000000000000335a24f5aa6e53326125731e1b117b28f043157d0c32721e6 0.17 MB 342 68
271,940 271,940 000000000000000082f5ef6c0b362cca2ca4819a75aa7634134779aa3f982636 0.05 MB 131 39
271,939 271,939 0000000000000002e8d963b05249ca5dca6eea399eeddd9ce3024f91cfc27fdd 0.29 MB 429 27
271,938 271,938 000000000000000485138a8bf0db2c3559550ecf700401917aad9a9c34d96ed5 0.25 MB 808 90
271,937 271,937 0000000000000003f33f88698a92a4a34c75a5dbe7ef534903a362541504aad8 0.10 MB 106 16
271,936 271,936 000000000000000270c12241574a411452f4ad4be3c8e275dfbe89188c06f521 0.35 MB 974 69
271,935 271,935 00000000000000023cc515aa750c15b9260b7aa99b5dbf1cb831c1b93009acf0 0.15 MB 336 53
271,934 271,934 00000000000000069b821c1d4a147ba58b1cd2b170c3d4358954998ab23ccaae 0.18 MB 309 56
271,933 271,933 0000000000000005b004e6fca3f3a430cbf961dc93ecc78fec461ef20928853a 0.08 MB 173 40
271,932 271,932 00000000000000016bd4e061afc45d32a6ff604a533c5738679c1d012ca3c262 0.12 MB 62 20
271,931 271,931 00000000000000041f49a69b3328422875d0568fc942c144aad733306b8821dd 0.25 MB 580 45
Previous 10 blocks ↓
Total Size: 768.98 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,616.48 GB sent, 92.72 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.