Memory Pool Memory Pool Refreshing

19,973 transactions (4.74 vMB)
  • 1 sats/vbyte = (12 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 30/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,171 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,070 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,170 (841,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,395 67,395 0000000003f7f0439e40dded1320806321d79e3b2f76696d4ca80e701ad05eda 0.00 MB 1 0
67,394 67,394 00000000051f46d8f5e35552e2d065647a0c77d0ef98c335acc0245defa03aca 0.00 MB 1 0
67,393 67,393 0000000001edb9805ca1fc589016f05f0e81877a0eda57ccdd993f9666d36fbe 0.00 MB 3 0
67,392 67,392 00000000002b4d7946d7035902e9945ccd233acaac66d09cb25c3e7894d8312b 0.00 MB 2 0
67,391 67,391 00000000053d8422f6e8edc7ed33d5ac26b7938bd78af4adaa1550e5ed66b595 0.00 MB 3 0
67,390 67,390 000000000563c82d1956f512eec4472cf2106c4360977f20bdaf72a0ccab958f 0.00 MB 3 0
67,389 67,389 00000000047784e9733cc60286aec9de06175f58cd4ba66d66a53ee8a9575c62 0.00 MB 2 0
67,388 67,388 0000000003b682395e9472cdd6ac2267a4dc6840950b611a2e33dd99cdfef443 0.00 MB 3 0
67,387 67,387 000000000543c6130bf70eb26015cfc67cb3c607697ea3a44a530eee4a93943b 0.00 MB 1 0
67,386 67,386 0000000004d312b43bbdfe76e0a6fa8816e67aee70501c8306fc1553f24b9498 0.00 MB 2 0
67,385 67,385 0000000000989b3dec84885d8081e3eae4f34f54baf1bdec761c08547020b35e 0.00 MB 3 0
67,384 67,384 0000000005408ab0ac6086e19772f0215d969cf1e0698b1ba19e347eedae5e8b 0.00 MB 3 0
67,383 67,383 000000000578df2482b90736eca217b49ed680e37cb218dfa8bcbe32eec648df 0.00 MB 1 0
67,382 67,382 000000000479db746f1dc5db598f90dc6eb48230015c2073f445a4238df5f58a 0.00 MB 1 0
67,381 67,381 000000000098855acc5f5806dfc4006fad380b682a8f1710fdd6d0fddbbaa7b3 0.00 MB 2 0
67,380 67,380 0000000001d2bd96ee8b6c8b80fb3c3638074b9f9e1a73e53a6a6bceb321715d 0.00 MB 2 0
67,379 67,379 00000000024cacd6a4b9d0758488f178a1138e7d7e0764acf2e6c3f3568ea12b 0.00 MB 1 0
67,378 67,378 0000000000cbfe41e29aff7649b2fd931d3a5de59518c7477d61f9641d6bdcb7 0.00 MB 1 0
67,377 67,377 00000000009f8aa4f732910e06c9058796ab1140c1a90a11a2b3ca95c86c3310 0.00 MB 4 0
67,376 67,376 000000000110936f2109d27f0250f37f9891a5813ac24661764a3130b3dc8fe3 0.00 MB 12 0
67,375 67,375 0000000000d8bd6396385401ad4116c6035a59c075793c0fc04f28e12cb2878d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.86 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,981.39 GB sent, 107.01 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.