Memory Pool Memory Pool Refreshing

9,088 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,599 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (25,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,398 882,398 00000000000000000000e5da4c4f5aef61d52fb6a37ae1a1cc22009d789bf7b4 1.81 MB 4,377 2
882,397 882,397 00000000000000000000a659c549d8a28a60bfc7276f9b4e4e41eeea3d79db64 1.67 MB 4,533 4
882,396 882,396 00000000000000000000a52ba005452738ccc2bede8433decb09ada90e76d5b0 1.66 MB 3,962 3
882,395 882,395 00000000000000000000835af0606a80d00ff418239c5ea75266d5843748877a 1.66 MB 3,455 2
882,394 882,394 00000000000000000001349ceacef25ae1cb868b4d3ab9b3586a0addc4c6d033 1.67 MB 3,451 4
882,393 882,393 0000000000000000000211f6fb5f24dc62aa31ad55514e18035000e85674f3e0 1.70 MB 4,375 5
882,392 882,392 0000000000000000000201fd95334ff4d5c8e10499e0aa5b91745b6de0c27490 3.68 MB 323 1
882,391 882,391 000000000000000000012cd7ad28ebe479124050832e9706d761ffff2a277fe2 2.17 MB 3,650 1
882,390 882,390 0000000000000000000284a66018fa5b4b8104cb1259bfc1f49fc0d087c1bb71 1.71 MB 2,726 3
882,389 882,389 000000000000000000024b6042e3dd315010583d3928c09ec55c888d9aa2906c 1.80 MB 2,225 2
882,388 882,388 000000000000000000004c56f4f2fa8dd154e304b1030c5af0f0e10563a605c6 3.96 MB 57 3
882,387 882,387 00000000000000000000956e9ff764555ad4f43724aa4eb558b1b9990d5ff1de 2.08 MB 454 1
882,386 882,386 000000000000000000024140a3417d6ff23b0ddbde2308d8f7c5f98550ef98f6 2.54 MB 1,584 1
882,385 882,385 000000000000000000002d50c75e27eb0ac9ebda079ac3ffdd460d641efb7242 1.75 MB 3,041 3
882,384 882,384 00000000000000000001002c4474a369ac3958ee143dbabb074df216a5713902 1.68 MB 2,699 4
882,383 882,383 00000000000000000000b433e2f3369b014ab3f85054f95984a05a241c1a3e8c 1.79 MB 3,668 3
882,382 882,382 00000000000000000001dc028d1341fdcb91c77fa1e18547f3f8a6543c8f3626 1.66 MB 3,826 6
882,381 882,381 0000000000000000000104a5d60f0a1a16607c11cdf6c39fb6e10e4fa8f6c6d7 2.07 MB 818 1
882,380 882,380 000000000000000000010ddb686b1637891e9973a2bc5752ee9b17e59907de11 2.26 MB 2,523 3
882,379 882,379 00000000000000000001fb2219524c4bf8b8e0ede1c584064002437a887d90c3 2.24 MB 1,691 1
882,378 882,378 00000000000000000001d6938c8f77115ce5573470eb92e0ae1d150e8a6dd12c 1.89 MB 3,491 3
Previous 10 blocks ↓
Total Size: 769.03 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,625.21 GB sent, 93.02 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.