Memory Pool Memory Pool Refreshing

80,786 transactions
27.81 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,532 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,747 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,531 (150,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
699,521 699,521 00000000000000000003337c3c2aae997b2988e3255f0c3a8ca62bd4e2aa2a67 1.45 MB 3,018 8
699,520 699,520 0000000000000000000fb4758f715695d75ba374c9f8828af79c8ee2cb68ec90 1.47 MB 2,375 31
699,519 699,519 0000000000000000000682e26f7132843b3403f76f0a8d0c1b6064a0b538a043 1.53 MB 2,996 7
699,518 699,518 0000000000000000000f101d21e0c5468dd8df570558daf01f63af1902a51146 1.52 MB 2,689 25
699,517 699,517 0000000000000000000bfcae3171402f6ed10ea66c6c7efe141f5a4d8e25b980 1.44 MB 2,819 6
699,516 699,516 0000000000000000000dfbc1d9b2dd8a00b5d0e30422e2516aa6f405f118ef05 1.54 MB 3,387 8
699,515 699,515 0000000000000000000f3f8bb686bf148a769dca7b26b86c6e1ef9ad1748af06 1.59 MB 2,572 14
699,514 699,514 0000000000000000000540d36a5e8d4cdbfc4a2d9bd4b7385d0ae2043442cd29 1.45 MB 2,864 20
699,513 699,513 0000000000000000000095d219c228af1974ebac19dc14f4c02addb675f87256 1.43 MB 2,666 19
699,512 699,512 000000000000000000054dda778b48fe135f7bdb8c9b1fe79283a7d0332cd228 1.41 MB 2,696 18
699,511 699,511 0000000000000000000bbab298f84253db4503993c390d0b345eb7dec147980e 1.47 MB 3,135 15
699,510 699,510 0000000000000000000965e4817d16f7fddbcc2031c72749c0ca0b8f1612c7f8 1.35 MB 2,843 57
699,509 699,509 00000000000000000004b78927a60d994385835171248fe8e727c6da277d6532 1.50 MB 2,924 29
699,508 699,508 0000000000000000000ff3773303252aa42a3bb28058fbb5dd8c1d58abf8d18d 1.48 MB 2,633 29
699,507 699,507 0000000000000000000f6226a82d8d54e29101d2c3029b76276388dade2c3012 1.50 MB 3,130 5
699,506 699,506 00000000000000000007a2f56b54975624c94e9107837e73f6184f5309842987 1.43 MB 2,603 19
699,505 699,505 00000000000000000004a7157b91b00b8a42979068194f89ad9d279e0812d257 1.46 MB 2,473 29
699,504 699,504 00000000000000000009c16d8cf0c84d8d1dd54dcc8cce3aa33b1a863d8e2a7a 1.63 MB 2,634 14
699,503 699,503 0000000000000000000df9c911625d30494bc0dcb244d5756ac5ee46ba7d4980 1.49 MB 3,116 6
699,502 699,502 0000000000000000000ca1bc7580a74da052cff0249d3a18952e41d1e1ae445c 1.47 MB 2,926 18
699,501 699,501 00000000000000000000c4bb0d54745484ae5f9be5aec79d29b94d31122597a4 1.38 MB 2,411 51
Previous 10 blocks ↓
Total Size: 660.61 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 89 incoming
  • Data Transfer: 485.81 GB sent, 2.38 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.