Memory Pool Memory Pool Refreshing

1,073 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (722,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,949 184,949 000000000000041ee8fa5423218da760d4e427cfe5a38fb9f6f410bed4dac2c9 0.00 MB 10 0
184,948 184,948 00000000000007ba112e5d854cd51ecf2dccb12112e6378edc7593140e452716 0.00 MB 8 0
184,947 184,947 00000000000003f9c3a9ba624daaec626430a86e8c33ef3a439ccdab19d0ff1c 0.03 MB 117 83
184,946 184,946 0000000000000163afa35d3a36874736e34072c889ca134e02503027976c87b7 0.08 MB 210 110
184,945 184,945 00000000000009dde711ae78f6e5a5ba73a0b19a8a70e5b94a272f0e51c6d65c 0.37 MB 999 144
184,944 184,944 0000000000000478bf607795d8d0e7ef168d213ab58c58daacf8995942fbf426 0.13 MB 349 154
184,943 184,943 00000000000002d696b4e1a2663367d85f07557ec96b87b85deb7daf93dc43f9 0.00 MB 12 0
184,942 184,942 000000000000024d227b39976c8ab9ff72ab5156d54452fdf8c12f01c88a509a 0.05 MB 94 94
184,941 184,941 0000000000000319f9d8c163917de407a2a0b712278b053a1d8f97692c40cec9 0.02 MB 71 0
184,940 184,940 00000000000007053434d9736e7893c937a08b1487b5d2cfdc0f5229f77519c6 0.12 MB 274 129
184,939 184,939 000000000000027d142707e5185604a837e280d9fdbb9cc2a3897500af4a49ae 0.17 MB 321 99
184,938 184,938 00000000000001ce1991e7d8110c7c4a55849f1fd3ee4770d6e7525a89028204 0.13 MB 225 103
184,937 184,937 0000000000000429bf3649239f4658ceea0e6a22945d6cf07feac1d2de00fd19 0.25 MB 720 143
184,936 184,936 00000000000001c97aba2082f74ca91e5a3767c50bad1149c5a07af9bb9d707b 0.25 MB 508 123
184,935 184,935 00000000000000c82a2309ad00b1c7371e696b3f1646daa19de3d37a7572c553 0.05 MB 127 129
184,934 184,934 00000000000009eb98694dc63cf9418047f99d35d78a6ecd9ae4633813e7553d 0.05 MB 138 127
184,933 184,933 0000000000000890593a00405c92ebefbe360a4bf9844b283de500f3438e8131 0.03 MB 95 94
184,932 184,932 00000000000008a02a905fce39a9116b69a6c77331ebc0f8f90ee30dd5376fa4 0.25 MB 522 104
184,931 184,931 0000000000000797a7aeb9d883e6b23b25cf0516c7c27f5b175afcc3927dc3d1 0.25 MB 673 141
184,930 184,930 00000000000004ee67702bae47088d1cac51accb309b3ec57799c2da103b0d1c 0.05 MB 151 123
184,929 184,929 00000000000003e6f4d6a6ee72894373ff64124ef4859c6ba265875ce45860c2 0.05 MB 162 153
Previous 10 blocks ↓
Total Size: 769.28 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.48 GB sent, 94.30 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.