Memory Pool Memory Pool Refreshing

4,764 transactions
1.61 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
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 1.00 vMB 1,987 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (39,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
868,275 868,275 0000000000000000000022c27331f77aac6a00e96117bf6b98aff52121a5564f 1.80 MB 1,034 4
868,274 868,274 00000000000000000000dd3dd72ca13997c1d978d00bd9f7a584371a524c703c 1.74 MB 2,942 7
868,273 868,273 0000000000000000000266d73364cf043838fa29132a7b4cd95b490b86db457a 1.69 MB 2,929 6
868,272 868,272 00000000000000000001b6e3947b58059b6f549bc97f2dca0e858859b0958159 1.57 MB 3,437 14
868,271 868,271 00000000000000000001d8a80502c6c154949fba64074ae1ed267975c1f99cdd 1.82 MB 1,369 6
868,270 868,270 0000000000000000000196ecd61c59a3de13d3893b8e105d568cf54abe90700e 1.85 MB 2,922 5
868,269 868,269 00000000000000000002b31452a3e435da4e23df82f4c73010ee80ae8664906b 1.62 MB 3,934 8
868,268 868,268 0000000000000000000163b58d56b62f6aac9d9c81f4fe1dae3699e6f125829b 1.55 MB 3,540 14
868,267 868,267 000000000000000000029eafe9f9aaa8310284f712e6c480914f5c8149a7277f 1.53 MB 3,397 13
868,266 868,266 000000000000000000012162415b3bf944f349431a8eb0ebe4552cec2ec42d4c 2.09 MB 297 4
868,265 868,265 0000000000000000000095799a5fa30aec53a2051fdb21d78a7b778889cc6d4c 1.82 MB 2,130 9
868,264 868,264 0000000000000000000037163fe5656e3463b1f3bdefa5e93858c34b328be011 1.75 MB 2,647 10
868,263 868,263 000000000000000000028997792bda41b685c38250d5016ed5790c45f76dfe36 1.73 MB 2,313 8
868,262 868,262 000000000000000000017e0553c318f3a5d362b5643f281808f67e93b803f659 1.64 MB 3,240 10
868,261 868,261 0000000000000000000239e90df6b6b41606a50dd84e08a93f1286de4b42fecb 1.75 MB 2,391 8
868,260 868,260 0000000000000000000087ff6e517ff9af0e9604b175c91d41b84f60585a3a31 1.86 MB 3,578 2
868,259 868,259 0000000000000000000024be31d40d9954d7dc42c003e5ec43a1c3d68e6063f2 1.86 MB 2,183 6
868,258 868,258 00000000000000000000a43b2362b411d7d98b136bd325d361b0b7aa36c8d1bc 1.77 MB 2,860 5
868,257 868,257 00000000000000000002d0beba0cebde3d02a2ea3a66bddd9f4819869e5ee5ed 1.72 MB 3,535 3
868,256 868,256 00000000000000000002ca63debec8f5fd2303befbb08602dd18d0941910e0c0 1.73 MB 2,339 6
868,255 868,255 000000000000000000002b69163445f6c54c62dbb9511714c8043f2ca039f99d 1.77 MB 2,513 5
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,615.99 GB sent, 92.71 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.