Memory Pool Memory Pool Refreshing

3,342 transactions (0.89 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 3,324 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (888,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,584 20,584 00000000fcdef3590f0a32d9a634e83afa73135aec5fbc4c791c5e6fc744856f 0.00 MB 1 0
20,583 20,583 00000000aa039abb14a840ad9c8b14d34b82b498f257457811ea07b56b05b362 0.00 MB 1 0
20,582 20,582 000000000d3596692f74e77b5024a581a7fd7258dbe2c2a3074c8339d2d90f80 0.00 MB 1 0
20,581 20,581 00000000d381f68a735cc220399c6a790e2d07ee9b5673128bdcf7a3e2f2633c 0.00 MB 1 0
20,580 20,580 000000002ba42398400d692b3e33c42c4394b69025ab6e02fd5e87cd57f200ff 0.00 MB 1 0
20,579 20,579 000000001d3ddeca124cb50f776ab8e5ff4b248239aa22d4fd5068f747b3274a 0.00 MB 1 0
20,578 20,578 00000000bd1482180853d6714fcd87dc0f525692ada982d8fb104cd36da46ba5 0.00 MB 1 0
20,577 20,577 00000000681d8d2a01f10ea8a4ed641646a11c6c242b00e58684c11b516a33c2 0.00 MB 1 0
20,576 20,576 0000000051d13620da90fbe9c188960597de02c2fd786d00e7bc0df25ab2aa2e 0.00 MB 1 0
20,575 20,575 00000000c185eb2a35e388f43a73c95b834d941bb9715c27861e77341b36ea21 0.00 MB 1 0
20,574 20,574 00000000c9dc40311c10b949acb18e1e1b2efd36bc2ad44301a5cb6d7d53a8e3 0.00 MB 1 0
20,573 20,573 00000000aa0fd0b8f0e9de7fbd22b11cd9c1b149c7c23739ad69560b65b795d6 0.00 MB 1 0
20,572 20,572 00000000abda31ea133cae34ac2b2bf4dbb8ed9ab1807075a40cbc9952ec33f3 0.00 MB 1 0
20,571 20,571 00000000f8d386a73d40f2a8c6074e76927d9bee4c3f0cc503b0a7b48114ee01 0.00 MB 1 0
20,570 20,570 0000000033d54caa66e9adc6be211f658a3936aabddde6a6ee184d2f18e4d09f 0.00 MB 1 0
20,569 20,569 0000000082916452f1ce60680d0c36bac83b7d12c328557635abdefc29ebf5d6 0.00 MB 1 0
20,568 20,568 00000000b13d17a0d6adb6c5cd841db0fade4d9cfdec90b31c49d946a04dacb3 0.00 MB 1 0
20,567 20,567 00000000c0e81f6780c73c02c925804d487b08c9a7048e6bd8ba26960d65feb4 0.00 MB 1 0
20,566 20,566 000000009bd8475fb6e10c39f2d36918d7dc64d8cea58b5bff94ba01144bc368 0.00 MB 1 0
20,565 20,565 00000000deda6df66162445476ac886b7ee506f91f531a44f25381a2e8eaf664 0.00 MB 1 0
20,564 20,564 00000000d1d0eb5853a783952552116111955357d25d0d993e040e284ccad8a1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,917.24 GB sent, 106.21 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.