Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,856 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,685 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,855 (881,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,126 27,126 00000000a5b19b5ed6997262e79d9974810975f7ebdb910a6929c9bf99025947 0.00 MB 1 0
27,125 27,125 0000000057509893848c9afdeedadef3d655b70a38492c8e23c50d8bf2cb17bb 0.00 MB 1 0
27,124 27,124 000000003424fc847d0d214675e696724a15d42ed3bc8e40ea4ad9615be57baa 0.00 MB 1 0
27,123 27,123 000000005960c01c617d0083453ff6c5e2f1fa4127962193ec58e357d9338ee8 0.00 MB 1 0
27,122 27,122 00000000c299fbced36e957e4f4e92ced3c83960109d0e67bac361096affec65 0.00 MB 1 0
27,121 27,121 000000009a1dfdc0df5ce064294048125492048b6e43577643c9791a417eef68 0.00 MB 1 0
27,120 27,120 000000000960e432cfc5344a35cb4c29eba8d17a150ddf2ea81d438868d45922 0.00 MB 1 0
27,119 27,119 0000000099f6828904070b025901a5da35d044f91c693c430042fa1e39e77479 0.00 MB 1 0
27,118 27,118 0000000035747e07d3e3e19b48cb67c865d4154d71f81474f1ed6b3ceaad7357 0.00 MB 1 0
27,117 27,117 00000000c56253f8e5a1a9c9aff44b6f8445aa3e3dcb8bc9c6cccca49bb3c404 0.00 MB 1 0
27,116 27,116 000000009f498cc00c9820c777451aaf2ecc10fe11b79a3d98c3a604d165190f 0.00 MB 1 0
27,115 27,115 00000000893ba584cb8b3b40780b828695c714ac7719d98951e20e32e104034c 0.00 MB 1 0
27,114 27,114 00000000e3f94ba2a8237f84413e07b85428710f08e15143b18bed7abd1b3149 0.00 MB 1 0
27,113 27,113 0000000042e7e816db02874e025f7325631c46725511d0c58ebd93e20ecf3d6e 0.00 MB 1 0
27,112 27,112 00000000cc37fa1a70b39ac1eaeb0f90017bcd72bd7fcf9f2bf5cf052f2bb146 0.00 MB 1 0
27,111 27,111 000000008aac0e765ae2dbe9b034d6f291f495a1ff283204da4c4cf2ed3c74ed 0.00 MB 1 0
27,110 27,110 00000000e8ddb7065c42177bd6d5cc013f2a338a60bddb426cfd1b916d6a20a5 0.00 MB 1 0
27,109 27,109 000000000a4a519cd6fb1fb5c83e1229f5c4f9eaf1d973f08ec8063d27c3b8d9 0.00 MB 1 0
27,108 27,108 00000000777f528b44ea3cc0fbb24c031bef845c644c30ae70b4ea5e5855e03a 0.00 MB 1 0
27,107 27,107 00000000f0a9fbf1fd54a2b7d49bb972b88db001feaabf28bfa21968e0bd9dde 0.00 MB 1 0
27,106 27,106 000000009077f115085a1ee3497199752834d0aab83efe59852766a1b35aa5d0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.28 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,860.02 GB sent, 103.52 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.