Memory Pool Memory Pool Refreshing

10,121 transactions
4.63 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (52,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,574 855,574 000000000000000000006686649112342f8c3a51d58ff87f4b0be467b7ddbe04 1.65 MB 3,428 6
855,573 855,573 000000000000000000003192bfd239005a7b2b4c47bfa08cfd2031c236ca7dda 1.59 MB 3,347 6
855,572 855,572 0000000000000000000163c7756b2be298819f94db274f24ff214c7917958276 1.43 MB 2,288 30
855,571 855,571 00000000000000000000569f4d863c27e667cbee8acc8da195e7e5551658e6e9 1.61 MB 7,533 2
855,570 855,570 000000000000000000027dbf07a307fb30ca493f3be809c24ad8881f3a382a21 1.64 MB 3,110 3
855,569 855,569 000000000000000000026b06834f5d1c6771a899803193690d0e77b66b7c6c3d 1.73 MB 3,083 8
855,568 855,568 00000000000000000002242804e02cceadf5070488e0bc74c7d0ced821133052 1.39 MB 2,313 6
855,567 855,567 00000000000000000001bea1073b15cce918125d4b1fbbada1427dd75873af65 1.62 MB 5,079 4
855,566 855,566 000000000000000000023a49c364eee4f28d7fc34ef823ebe119173710c355fa 1.58 MB 3,691 5
855,565 855,565 000000000000000000004e44ef55b20d02b978d1df284f1dcdc7ebcbdfce502a 1.93 MB 4,887 4
855,564 855,564 000000000000000000026b2681b461caa54164571cd1e07bcaf3a4f9cdf315e5 1.67 MB 6,058 3
855,563 855,563 00000000000000000002ac5296b74694c6eb1cefb1136f434742dbc9a970784f 1.79 MB 1,900 3
855,562 855,562 00000000000000000001b7452e85a6c9109b92f78e4e83bb480390e569c9ff80 1.58 MB 2,985 9
855,561 855,561 00000000000000000002ce4aaf53213de4e442290765a987cc057feb6e2f0e99 1.66 MB 2,360 5
855,560 855,560 000000000000000000027a9ad0618a0f186850bbec274218fd5dda35f2bdb8bb 1.79 MB 1,391 4
855,559 855,559 00000000000000000000c5db487bb93ab1986285d8501940fd00c2552b43edf6 1.85 MB 127 3
855,558 855,558 0000000000000000000313c56a1ac50b14e7d2ab1796d3650bd7e3c6eaa12346 1.63 MB 2,001 7
855,557 855,557 0000000000000000000145cbe98f5dbad02ce602e9c51b837d68549926802760 1.68 MB 1,937 5
855,556 855,556 00000000000000000001f3f8c0f9c06e299f769b281bd621f703f4870cc3893f 1.63 MB 1,248 4
855,555 855,555 00000000000000000001e64cf1464cb6ef92682b3f77e92faa37a9e63b78e817 1.67 MB 3,047 7
855,554 855,554 000000000000000000023ba34ebd0595c1595a268583030de6173ffdeaf23f01 1.57 MB 1,434 4
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.70 GB sent, 93.04 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.