Loading Tool

Explorer IconExplorer

Memory Pool

73,797 transactions
27.30 vMB
0.06596382 BTC
Random Selection Loading Transactions
Max Size: 166.77/200 MB

Candidate Block

Mining Attempt 6820f00107b823c24b2e87b1e4f5950608532f6b6616a1fdad50780011dfa024
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root 9f7b7178bd56794ad352e9f6d4aed7e5e1be5cf2bb28d575b898290d84acdea8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,585
Size: 1.00 vMB
Total Fees: 0.00789803 BTC
Feerates: 480.19 > 0.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (367,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,733 547,733 00000000000000000003a0282545b91c05e61ac171e123c33ac4344e5aa314b5 3,247 1.00/1.00 vMB 11
547,732 547,732 0000000000000000000662b66913b1ce3e05486b33599801afed8f2d133395b9 42 0.01/1.00 vMB 9
547,731 547,731 0000000000000000001ebeaac00b2353bbe24ed0c3eb6d29cc847b705666df39 929 0.48/1.00 vMB 6
547,730 547,730 0000000000000000000ffacedb2941a6f8aa46affe3874f754fc9804571aff4e 1,446 1.00/1.00 vMB 6
547,729 547,729 000000000000000000035943b0fa8645f3cadf1f53ab67a67dba0deedaa8bcbb 2,538 1.00/1.00 vMB 3
547,728 547,728 00000000000000000007ff1b53b38502f4f905b52eacede06417c9d0b138501d 3,064 1.00/1.00 vMB 16
547,727 547,727 00000000000000000015e095be91877c1d767c2f480a1c034378505ad400c69b 496 0.25/1.00 vMB 20
547,726 547,726 000000000000000000111cb8633f8d4b9cb18f968dd9b37b3d65d5b65fb8e6cb 708 0.66/1.00 vMB 4
547,725 547,725 0000000000000000000b2a6d69778a6d3113d044736b343a96da1c929f06a99d 2,457 1.00/1.00 vMB 7
547,724 547,724 00000000000000000006b4a9fd570085b10ddb63b2b3b2b352ca0d14c4a3af30 2,493 1.00/1.00 vMB 10
547,723 547,723 0000000000000000000c0c925c318c48eca1b26f02d915ff52221b3b374f7137 1,946 1.00/1.00 vMB 4
547,722 547,722 00000000000000000019c2786e5d98a4f227358297ce627246adac134f0df276 2,446 1.00/1.00 vMB 10
547,721 547,721 000000000000000000097e9a608e24850c86be5b3526f41e2704e5b0c0fc6d27 2,350 1.00/1.00 vMB 7
547,720 547,720 0000000000000000001a48e84521c0fde71f42e841653fa9bf3968e2784b0256 3,377 1.00/1.00 vMB 20
547,719 547,719 00000000000000000025c5a0e660011a1df9a34238b0da06b8ea44184cbfd3b4 2,169 1.00/1.00 vMB 5
547,718 547,718 000000000000000000268ef7169f654f241324bc384a9b3668078ba9ee493ac4 2,727 1.00/1.00 vMB 15
547,717 547,717 00000000000000000004c4ac9710ca0b59cade402e3b04a549aeb354d0e7af58 1 0.00/1.00 vMB 0
547,716 547,716 0000000000000000001a1b25cd3e857a744d3131baef797ab1df279143704cad 1,640 0.90/1.00 vMB 6
547,715 547,715 0000000000000000000a039c253835db4c8531fb0b8f94c8938bdc2986c87ae9 1,765 1.00/1.00 vMB 9
547,714 547,714 0000000000000000000a8aa389e775a949861da7f35648a9fd6c0d3b87d64953 604 0.99/1.00 vMB 2
547,713 547,713 0000000000000000000dad6fd8c1ed4e87784d64ddcd75ce44dc81df889d6053 2,474 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.55 GB
    • Received: 17.19 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.