Memory Pool Memory Pool Refreshing

6,247 transactions (2.52 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,233 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,002 (886,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,076 22,076 000000002c5550a88dca38326b5025365e793245546f8b42b552a0154dec8815 0.00 MB 1 0
22,075 22,075 0000000014e0e941ffa2339a0bc0b6de02a4847f3a15db1965d4c0529b9c199a 0.00 MB 1 0
22,074 22,074 00000000b0c45dd4e42140ab3e2ac56e1d6efa9569792a19ca86d6c57720e2b8 0.00 MB 1 0
22,073 22,073 000000007895170cff86eb3a1928272165cbbbcc84452456ea6111af1016211c 0.00 MB 1 0
22,072 22,072 00000000e1958687dbcbd911f0439da9b7396bea8ed56a8ba41f32b6e5ed47f7 0.00 MB 1 0
22,071 22,071 00000000b59ac494387513eac39acbe903c3daaf3d5b7095ae4f68f54fe1dff8 0.00 MB 1 0
22,070 22,070 00000000cf362c0fc4236625a1d3dbea51b22923f8f7b8d41931c496737fb02c 0.00 MB 1 0
22,069 22,069 00000000fe2220bc953bade3917260700a6db5503a883b32a7694a20fba14176 0.00 MB 1 0
22,068 22,068 000000002c1f0e13b8d78203291c2aec97256ef71b2d2787797fd10767e118b5 0.00 MB 1 0
22,067 22,067 000000009b4c9aaa7310e07d591129b6f7bc3aeb3ee901f91c4353a77adaa69f 0.00 MB 1 0
22,066 22,066 00000000dc1675f0cb4950996c5599e023db8d7e127f32c8615929ce4020fb2c 0.00 MB 1 0
22,065 22,065 000000001cdbe0703a79c0116b4a7c29e3931207ab89fe1c7eb8b21274e8ba06 0.00 MB 1 0
22,064 22,064 000000004b024c582e29687f16484a7efcf5a121102f7187841d69de32f30fdb 0.00 MB 1 0
22,063 22,063 0000000035d144e0eb63b17a6e489e190f59711e32bc516dbf8fb1147dfe06e6 0.00 MB 1 0
22,062 22,062 000000006d30aac0c07b58f7c2592e1abe0a9e3f40a8b7ed68ff4493d8a5b6d1 0.00 MB 1 0
22,061 22,061 00000000eb4d91f8eafa64a75d444d70133d0f9d4e7185eed15ac6075439a821 0.00 MB 1 0
22,060 22,060 00000000c0ee1e012f37fa72362d5f55c408313be7a28a7f2055f1ee97479da9 0.00 MB 1 0
22,059 22,059 00000000bc53cf1f2140f394d4e5d3b6953c1bae7df061fcde2434fdc29ccc50 0.00 MB 1 0
22,058 22,058 000000004c7ee2396952e65ebe6dcd71b401c236e3e9d87f58fd443498aeb002 0.00 MB 1 0
22,057 22,057 00000000cfae23aec8434924bc11401dbd4970b955a5bf7f5102772bd1b2d599 0.00 MB 1 0
22,056 22,056 00000000662da5916b08756e3734ae54709a3ed65b9c47d4005baefbf0a67999 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.55 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,867.95 GB sent, 105.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.