Loading Tool

Explorer IconExplorer

Memory Pool

24,557 transactions (5.06 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 37.43/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,533 000000000000000000022b910000000000000000000000000000000000000000 3,103 0.03853457 BTC 1.00 vMB 2.40
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,532 (897,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,865 14,865 000000008196486fe2f96ea6856bbb9b660716e58eb5b02ad1c4e19fd3a2e457 0.00 MB 1 0
14,864 14,864 00000000934059873482309b894d6fb5abe3a851880fca79384479ff87696640 0.00 MB 1 0
14,863 14,863 00000000afc42a67d852fb1a4d9c6883200c8fdeb862eadd84e095db1090ad53 0.00 MB 1 0
14,862 14,862 0000000055f4cecb32270642c4eb521fec0beb355b10f9338d9cb329913ecee5 0.00 MB 1 0
14,861 14,861 0000000029a18ab0267c10b9c5eea5f094365d512580387f54766c7f28709767 0.00 MB 1 0
14,860 14,860 000000004b50724ec69186470ca01d1651f5dc88e4673e14890d63f95f3d65be 0.00 MB 1 0
14,859 14,859 00000000a05632efce228ac5bc350bb187326f5b8accd39cb7e657dcc5c09562 0.00 MB 1 0
14,858 14,858 00000000fbcc589b6cff2f4ea6c389d2aebf2d6ef02f90148808f885653432b5 0.00 MB 1 0
14,857 14,857 00000000dfa357d0c53fb6c86031204721e63d09eb77d3cafbfd188e0b283da2 0.00 MB 1 0
14,856 14,856 00000000b825a3010688b704b582e9cc6a50d6803f37bdce1a7265c00757fc67 0.00 MB 1 0
14,855 14,855 00000000c3061ac743a726ce28b46598d55da52734edb8b03e3ee9f5590a8739 0.00 MB 1 0
14,854 14,854 00000000796312224ac76be8ebdf17c45c4718cecd7ea5bbf0de048d4584debf 0.00 MB 1 0
14,853 14,853 00000000b569f8092ff46237b8660f580b4db513e1bf37839d436760759aa76b 0.00 MB 1 0
14,852 14,852 00000000c3ea78ade35ea7f841527efd77448c67227acd1c07acd14fd74113af 0.00 MB 1 0
14,851 14,851 000000004b9e7317eb0ea355fd3e59c79c160e1571a6efa8e61721b905b56133 0.00 MB 1 0
14,850 14,850 00000000e20aa8064a0a529dc4b1131f9f6745227ba231dc64150cbb85db82e9 0.00 MB 1 0
14,849 14,849 000000004b0e192689e6b938da7fc888f4c8c6f4bdf07b996f12fd25533f99c9 0.00 MB 1 0
14,848 14,848 00000000f15899e067d60bfef7acca6ce03879a3f98a85f7cd6698e205cf21df 0.00 MB 1 0
14,847 14,847 0000000093ce1cba535a1dcad1c44b0724da0bfdff1eb70b9434efd62f6cfd0a 0.00 MB 1 0
14,846 14,846 000000000f46c36e05d29dfaffa32eaad6edf4272b258e7cd9f10126117233ea 0.00 MB 1 0
14,845 14,845 0000000051088b0ee252f9bb9ba492d61031fa1c24d8e3723faff3d4dc6b4f4b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.01 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 38
    • Outgoing: 10
  • Data Transfer:
    • Sent: 0.36 GB
    • Received: 0.06 GB
  • Uptime:

Notes

  • 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.