Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,423 transactions (2.27 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,399 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,199 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,398 (850,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,940 58,940 0000000007e276b97c1e98a7609e02826c900e997b578090bd716f74ef3caac1 0.00 MB 1 0
58,939 58,939 00000000029ae352f1a52614e33e0dacbaced360b2f1a58e6e63b15b30e60a2e 0.00 MB 1 0
58,938 58,938 000000000e86fa9669e9afcc4f29076b2e496fab1aac091bee408cfacad76685 0.00 MB 1 0
58,937 58,937 000000000d1e0b2b424c8ebe3ab76535d157b2858dd6af5b27d3d8d3a17f067e 0.00 MB 2 0
58,936 58,936 000000000cf554364faf50d3582ee1070257acc8fd4ea1e824ec3a4ab1cdc7ba 0.00 MB 2 0
58,935 58,935 00000000019f6b4e0f5c38ab3374c73ec52498c6bf55f499244d57481224b0e2 0.00 MB 2 0
58,934 58,934 0000000005850f779fa37e2c5fc3174ed6d98ecc3a6695fb6701d43389466cd1 0.00 MB 2 0
58,933 58,933 00000000058763753b3824b6c39af5509632ce67707ecb463162a4434ac59d8d 0.00 MB 2 0
58,932 58,932 000000000a7f93ca3632827941273ee531f7fff2d7f78c8b43231186b1abebd8 0.00 MB 1 0
58,931 58,931 0000000008c3e5591ea99e1e37c7d9e9bd9fc0cc021e3cfb5207d1d50d3e9a21 0.00 MB 2 0
58,930 58,930 0000000000cb58392511e2bb21c1b5821832b38001fad2f6d463e5133992ae23 0.00 MB 2 0
58,929 58,929 00000000002060d2106fd5916124c761a01cede9ce70832befb6103823f5ca5a 0.00 MB 1 0
58,928 58,928 0000000008dbdab7f1afb2c5705db86f080ee43a8483a89d4a410b0c934ec087 0.00 MB 2 0
58,927 58,927 0000000005358205f0514344b566ad301517a555ae579728807ef8c1c59a8cc3 0.00 MB 1 0
58,926 58,926 0000000008f19dfe8fe3cdb6424b34d67dbba25b6b1d0ebd9d700f80d3d01c42 0.00 MB 2 0
58,925 58,925 0000000001d1f785aca126b96620518b56cfb832802ee70d485f7260fc159c5e 0.00 MB 3 0
58,924 58,924 000000000b3a24e0d9e3e7036ae04b84eecb3d55e6308c3f4ff7e7d6e20ee9d8 0.00 MB 1 0
58,923 58,923 000000000de794f863ad99062ee51fda3eaf5d6b40de22a32500d16e3881da82 0.00 MB 3 0
58,922 58,922 00000000034422d0bc5a3eeb9a85a4b0fd0aeda5ffa68674dc5993673ab89d44 0.00 MB 1 0
58,921 58,921 0000000003b121385e5cce8c695f44844e9604e703c8d408538a8082f9a9c8aa 0.00 MB 1 0
58,920 58,920 000000000131e6477997bca0d63c5cfb91b11378e6acdc2a7e096e1f5d17a74a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.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: 2,069.93 GB sent, 109.55 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.