Memory Pool Memory Pool Refreshing

48,955 transactions
26.77 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,588 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,027 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,587 (74,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
795,140 795,140 000000000000000000014ceda8cae110f2304e911b365930fee90af1761e2c6a 1.64 MB 2,528 19
795,139 795,139 00000000000000000000f90e3db1938ff565e3b3e8d7d554a7934c141413ef69 1.54 MB 3,360 32
795,138 795,138 00000000000000000002184d5e4bba531924fbc20de4a1d54ba3589c83013509 1.55 MB 4,188 21
795,137 795,137 000000000000000000043ad41afcd0cb8361629ea52f1e89fe8827939e87a87d 1.55 MB 2,892 25
795,136 795,136 000000000000000000000c003c65bc79600d6477ba3e0d201854dc19ac1da6d2 1.46 MB 2,863 18
795,135 795,135 00000000000000000004c81ab56a9128efb2b718e064bc82ce9b5513d74f5964 1.34 MB 2,351 28
795,134 795,134 000000000000000000003b34e403337130ef6b593d93547cde9c5faa8677d3b4 1.81 MB 4,421 16
795,133 795,133 000000000000000000024f29b7def88698df5f288223831a599d0ab1b195d031 1.45 MB 2,824 25
795,132 795,132 00000000000000000004ddb5c36483702f8a779561dc1c669420d6554db04a48 1.91 MB 5,207 10
795,131 795,131 0000000000000000000140a794e9fc02481f14f5637ed0fe35b5c7b2340390ba 1.69 MB 2,819 16
795,130 795,130 00000000000000000001a38f0cc03b0ab6fa09e3cd2edfdcb9cdfa2cf1a5ec0f 1.75 MB 2,101 13
795,129 795,129 0000000000000000000329ec1cd9e07a9d0480e45966a3b89ff7254302b7efca 2.06 MB 3,220 17
795,128 795,128 0000000000000000000244f524b63abd2e7a10eb4b34e7e80baabec6772885d2 1.97 MB 3,550 13
795,127 795,127 00000000000000000000930170ff23ba5f4e8df05c3e80c04ff4c7f0b7d281b1 1.58 MB 2,454 17
795,126 795,126 00000000000000000000acc036d3151b3f1d6d3dd9034d3d74ff0aee7c8738e7 2.01 MB 2,350 19
795,125 795,125 000000000000000000050596724d58d0bd1a289c092b3de06657a464ca02bece 2.56 MB 1,705 20
795,124 795,124 0000000000000000000346cf25e827a22faf000c6c567eeb215d20a162c44198 1.67 MB 2,129 19
795,123 795,123 00000000000000000000b59c70c9d93c87ebe54dc456c0bb0ccfffef9aa4f9c6 1.50 MB 2,685 30
795,122 795,122 0000000000000000000108f05534538e54daf1146e55435835a23e9800015914 3.57 MB 668 17
795,121 795,121 00000000000000000002650034b74d6911d4aeecca6331d95480db5be8d534c9 2.62 MB 1,967 21
795,120 795,120 00000000000000000004eecafffb2140b5f5a6c4224ca5bb37452106d7a83822 3.51 MB 874 15
Previous 10 blocks ↓
Total Size: 698.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,096.78 GB sent, 201.92 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.