Memory Pool Memory Pool Refreshing

10,799 transactions (2.93 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,049 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,436 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,048 (875,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,804 33,804 00000000a2943e5c68b2eac8f10b32a31cac956c3af2347522ad6c9a9412a093 0.00 MB 1 0
33,803 33,803 00000000adec36d417548fc2dc082b0414c94b1c880e0228d9588caf725e369b 0.00 MB 1 0
33,802 33,802 00000000909efcde6b27e09ff940019b856974678d0ce33c50f3d95a9e5b060d 0.00 MB 1 0
33,801 33,801 00000000bcfd4e01ec5f327fe98c264cc20da834bb82e3edace31d2775df7366 0.00 MB 1 0
33,800 33,800 000000000d30a3dab7c120ca79ce032516f9dd2f99ee161e8eaba802b9f9c83b 0.00 MB 1 0
33,799 33,799 0000000000e111a8df8d915a26d0ef421f3509e3e60914e5b12e949026caeabc 0.00 MB 1 0
33,798 33,798 000000008246d5537a32bfb14313b52db42e917eb3a091cdab18a80bfdcbd6c4 0.00 MB 1 0
33,797 33,797 00000000d8256adc7610561acd4a96e96c9ec82322321a32b905a1c67f397e61 0.00 MB 1 0
33,796 33,796 000000008fc490b1a6d50b7f03cd2fded8e473a7e27021fac824698922df3025 0.00 MB 1 0
33,795 33,795 00000000393b11c9b38b9f9262f0bbffda597118cf7719f565668d491725213b 0.00 MB 1 0
33,794 33,794 00000000afdc2623149459a89c52d6697d78a2774a3d86274b146194dcb47fac 0.00 MB 1 0
33,793 33,793 00000000d1d7f5d8a6243fb661350192b0e7fcc828cb57923810e46808960286 0.00 MB 1 0
33,792 33,792 0000000069f35784b9a7ab05a246fddd193d0cb3c9865aa04b2470042ce88069 0.00 MB 1 0
33,791 33,791 000000008760020ca217da02d6127c7c4daa469ef8fa0d7ca7377de568b9b41e 0.00 MB 1 0
33,790 33,790 0000000044c66870ee74dc79519599909022d318f140e03425145dffece3a089 0.00 MB 1 0
33,789 33,789 000000001ea38a513d168df2e5041d879839e3abf197b16c04dee3103075cb96 0.00 MB 1 0
33,788 33,788 00000000c58b1256efb1be29b82eff66d5fe53bc0c9734e1847b4dc289bae370 0.00 MB 1 0
33,787 33,787 00000000c8592e187f3177f759ab92afe0e315d8b10baa063868524d995af5ff 0.00 MB 1 0
33,786 33,786 000000009d08d9a7de84a8619aa186f2086a38497c26db157ebf4dac9a73041a 0.00 MB 1 0
33,785 33,785 000000006a71cb1081cf996fbbbc3198b5d4910283f7fe5e415409366914319e 0.00 MB 1 0
33,784 33,784 000000001b901eab8627621125be30a81201507ea900d3ad6706c795d2e426bc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.64 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,896.69 GB sent, 105.71 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.