Loading Tool

Explorer IconExplorer

Memory Pool

85,111 transactions
32.05 vMB
0.13022891 BTC
Random Selection Loading Transactions
Max Size: 194.45/200 MB

Candidate Block

Mining Attempt 6d886c27e1d63a5ae8dff50ee749b7c344cd7eb80949dbf7b10d0ff6125021bf
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root c4ce8e7da0115f7f499e74cea600379b4f6db774c6e09e9c79d2fbf3d4de2c86
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,749
Size: 1.00 vMB
Total Fees: 0.04127446 BTC
Feerates: 405.89 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (58,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
856,501 856,501 00000000000000000000440c03f7da2737e2a3134b8491d10f85b2e2bb4fd738 3,313 1.00/1.00 vMB 7
856,500 856,500 00000000000000000002c50387c8cf5169cc8b2b7f82989748d3194c85237c71 3,243 1.00/1.00 vMB 10
856,499 856,499 0000000000000000000226070f120612bf8498caa962a1e5bbd1a34a94cc8002 3,436 1.00/1.00 vMB 7
856,498 856,498 000000000000000000019adacf83759fc54c98fadeeed22e495b555f28cdc7bb 2,502 1.00/1.00 vMB 7
856,497 856,497 00000000000000000002c24d366ebb9b9d4663ede0ab9e4fe37bee0e38685b6e 3,585 1.00/1.00 vMB 10
856,496 856,496 00000000000000000002867d4379c4137f156f1bba1a8160f6e40567a002d55a 2,118 1.00/1.00 vMB 6
856,495 856,495 0000000000000000000138cd50e3c05709ad5ebff9b96b2e1f8174b0149ebf09 2,395 1.00/1.00 vMB 7
856,494 856,494 00000000000000000000637d4a776c878a1d0d365b0e24fa1caeb0199f4a4925 2,849 1.00/1.00 vMB 8
856,493 856,493 0000000000000000000146d1a32d3cdea4b06963afaea8fc66f2b43e9d192a1e 2,313 1.00/1.00 vMB 3
856,492 856,492 000000000000000000023a0d49177e8d7ccd5a11beef6cbc7de10f07fd285946 3,579 1.00/1.00 vMB 5
856,491 856,491 0000000000000000000314798bdb34413abcad881d2613c99793860adefb1d83 3,438 1.00/1.00 vMB 11
856,490 856,490 00000000000000000001c248e758d7e78068371c57fcd36207e9d4bc8c9267b0 3,045 1.00/1.00 vMB 11
856,489 856,489 00000000000000000000b84d091050d69ed8497cb4e40bd2330f730852d204c2 189 1.00/1.00 vMB 2
856,488 856,488 00000000000000000000e49b1b8209db5946240d3fd5725914849aec758abba4 2,460 1.00/1.00 vMB 6
856,487 856,487 000000000000000000013c9c6e48ebc90640a542b1bc35f554f6867d85e220ad 638 1.00/1.00 vMB 3
856,486 856,486 00000000000000000002c3218d48202816cd3e9286478f9849e778b7fcdb5809 1,494 1.00/1.00 vMB 4
856,485 856,485 0000000000000000000035eadb2941e0d073b1a052acc1728590bff3045e68f7 2,914 1.00/1.00 vMB 7
856,484 856,484 00000000000000000000844d536f22c6d1feff92073696202b26c4db81f6fac5 1,536 1.00/1.00 vMB 5
856,483 856,483 0000000000000000000267acc7b56ad0d12ebebf5c98abb21010631d32d63bd9 977 1.00/1.00 vMB 3
856,482 856,482 00000000000000000002faee2d099827d0bee7c86a452f2f241e5d8905b03581 3,233 1.00/1.00 vMB 3
856,481 856,481 0000000000000000000318842541a8501701c47dfc1e8cfab1f8778e85d57786 3,120 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.06 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: 720.76 GB
    • Received: 18.24 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.