Loading Tool

Explorer IconExplorer

Memory Pool

42,585 transactions
33.04 vMB
0.14804709 BTC
Random Selection Loading Transactions
Max Size: 165.70/200 MB

Candidate Block

Mining Attempt d9e31cc81798aa240ee48d9966417d257be6b8a0efd4855710d20ae7777fd0f1
Version 20000000
Previous Block 00000000000000000001cb2a63283b39ccc528531fd6e8e2c415b9a7bef994f9
Merkle Root 2f0b0cfa74cf0f5c1cf604b7077d8de2dd0f96f3089ea81b754647b056b81f7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,386
Size: 1.00 vMB
Total Fees: 0.07362944 BTC
Feerates: 511.35 > 7.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,334 (853,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,737 60,737 0000000007ef5cb2434d02eccacb78e29cf2e819bf0b5b70b1b0bed9b12e89de 2 0.00/1.00 vMB 0
60,736 60,736 000000000d8b8115b4eaa0104cec08ba5fb1a605a9f6775f724c7da57727778f 1 0.00/1.00 vMB 0
60,735 60,735 000000000773ce7edd01a8c6cb6535a0f9ce8441d8e4d09064ca9a88ee93f681 2 0.00/1.00 vMB 0
60,734 60,734 00000000020841b8fac206d86cf46ad548c71cf9b76c3aaa7b3093a0f487c94e 1 0.00/1.00 vMB 0
60,733 60,733 000000000958268fcd91be301588333892d6d3816bc7568100a9a173c67f66be 1 0.00/1.00 vMB 0
60,732 60,732 000000000658c2fd5395844420d94ac9153a560c09876ff0103ff23e658868db 1 0.00/1.00 vMB 0
60,731 60,731 000000000639ef41105456e19fa342c379f42dbe35f905a28f31b920301cdb73 1 0.00/1.00 vMB 0
60,730 60,730 00000000002f5d766fbebe6b7051070d4fcad2651038788d58927aa56a759412 1 0.00/1.00 vMB 0
60,729 60,729 0000000004bb0ef5d340127480bcd322f0dd644dcf99436489a557f89c3f32c1 6 0.00/1.00 vMB 0
60,728 60,728 000000000c9ea0af03c8259bb1bc0e7f1508e104234bc9b38196ed39e2b5c73f 1 0.00/1.00 vMB 0
60,727 60,727 0000000004ff32ea46ce9a92304d7638dca35a12c7e25a4bcddf0ee8e6ab496a 1 0.00/1.00 vMB 0
60,726 60,726 0000000002c1117a40661bc2e453811c93339afb37d280a831ee0648bdbc3f26 1 0.00/1.00 vMB 0
60,725 60,725 000000000c3c0984ee55b2db3d120f499191c39bf465512dc239522cbe1de5dc 8 0.00/1.00 vMB 0
60,724 60,724 0000000003fbe25ec57d2cd3cb46d1c44f6c69284e1a845a406dcc6e07c92688 1 0.00/1.00 vMB 0
60,723 60,723 000000000413774dbccfe658262f4183e37099e24c3d6f8cea8c5d700837b2a2 2 0.00/1.00 vMB 0
60,722 60,722 0000000003e3af39ae9953144dc7f8b9eea626ae6d98d784f7ad61e33e2aeae2 2 0.00/1.00 vMB 0
60,721 60,721 000000000cc2fa5b3c57a140e2fe78431391346ce48a90fb950881f8f9be1be0 1 0.00/1.00 vMB 0
60,720 60,720 0000000001c41d180b99775b4f5a083f3bc98ab4e72422e108c3930ad9034264 1 0.00/1.00 vMB 0
60,719 60,719 00000000069083a3ca36d0cdebb72067a926348c5487507441cd97e968d79805 1 0.00/1.00 vMB 0
60,718 60,718 0000000008025869e8327368c575fe5d2c569ddafd965ec566ad325448ae6bb8 1 0.00/1.00 vMB 0
60,717 60,717 00000000023e4137c36a0ad2938fd166cd2c5245a665ae40a8647ddbcd2172e3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.19 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: 584.50 GB
    • Received: 9.39 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.