Loading Tool

Explorer IconExplorer

Memory Pool

39,427 transactions
26.16 vMB
0.05234671 BTC
Random Selection Loading Transactions
Max Size: 136.32/200 MB

Candidate Block

Mining Attempt 56ab3069b7ad770dec41b14e416fcf068bfe91b951fe93429614d85244b54c3a
Version 20000000
Previous Block 0000000000000000000018814d3d8a0f9277bbafe575a6ea906e31298d58afa1
Merkle Root 4afd5179169bbcf6c330ab431062087c017bef8d145deb8bc5e854a8f4d5bccf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,670
Size: 1.00 vMB
Total Fees: 0.00466777 BTC
Feerates: 100.00 > 0.47 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,799 (187,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,505 727,505 00000000000000000002d8cc04ec765eeeaaf4684f43c2ec28d81ad34436b1bc 2,627 1.00/1.00 vMB 7
727,504 727,504 00000000000000000000047b710e9017ec141d92663fb5147d7dc1cfc4ad6feb 2,498 1.00/1.00 vMB 2
727,503 727,503 000000000000000000051e2ed10fbd1e037b24d0e22088e13df01f13454d923b 1,533 1.00/1.00 vMB 4
727,502 727,502 000000000000000000032f0ac64594763264f3c5f66c842e9c3ce1b7c98c22d4 2,349 1.00/1.00 vMB 9
727,501 727,501 00000000000000000009e7df81ee3961bcc4267dd572874bab41ae56bfc27f7d 2,796 1.00/1.00 vMB 12
727,500 727,500 00000000000000000009d56a1ee11e2aa8a8b15726c0d9dcbbe3cfbc0b8dde21 2,449 1.00/1.00 vMB 13
727,499 727,499 0000000000000000000003c56efcf9c36fdf4c5b7296a1a8aff209c7d368809f 1,847 1.00/1.00 vMB 5
727,498 727,498 00000000000000000004c05e711a5820f8a8ca3ecdd1c0bcd56d81a3b4ede1ff 2,688 1.00/1.00 vMB 11
727,497 727,497 000000000000000000062d4910d4f28191a9f0ddaa8bfa1c0899d6ae24b8110e 2,415 1.00/1.00 vMB 5
727,496 727,496 0000000000000000000542b174054462a79ba9e23d4c86eeceb75f2ba0b58065 1,676 1.00/1.00 vMB 4
727,495 727,495 000000000000000000009d7852cd9ef1fff6a14e6631385969dfe208836a6756 1,804 1.00/1.00 vMB 4
727,494 727,494 00000000000000000007e725947db440493bffb24b316e42278641c8f8279f69 3,053 1.00/1.00 vMB 9
727,493 727,493 00000000000000000000a54692e8a9fcc9f9e7895717b76bb868821d66de56a6 2,330 1.00/1.00 vMB 10
727,492 727,492 00000000000000000000ba0bb9990d700b293fe722b2cfa8dd5b933ccaa68fbd 2,219 1.00/1.00 vMB 4
727,491 727,491 000000000000000000052c3035d11d311f03db490bbfa23e3d4ca00ecc0ee41e 1,091 1.00/1.00 vMB 2
727,490 727,490 00000000000000000008fc33a4fe14e5152aa4d93305ec6cddb2d50e11d8d402 3,028 1.00/1.00 vMB 8
727,489 727,489 0000000000000000000550a83207b5c8aac6787797ca3c7c804f02bef438dbf0 2,842 1.00/1.00 vMB 7
727,488 727,488 00000000000000000005f7cb6b6677386b98b2ad6f4249e60e31e68fbef1223a 2,563 1.00/1.00 vMB 9
727,487 727,487 0000000000000000000001e4ed46041a523abe146cca8ac3410620e4f0d54b9f 1,761 1.00/1.00 vMB 7
727,486 727,486 00000000000000000006397b009b1a079edf7c153f0abc4be7a91e443bb53201 1,593 1.00/1.00 vMB 6
727,485 727,485 00000000000000000001a3a1b0c021140a35f9a9da971bd8aeaf3e85b512f566 1,406 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.03 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: 650.29 GB
    • Received: 13.26 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.