Loading Tool

Explorer IconExplorer

Memory Pool

79,648 transactions
29.95 vMB
0.11534333 BTC
Random Selection Loading Transactions
Max Size: 179.76/200 MB

Candidate Block

Mining Attempt 766c209f316d2598eceacbba309c540ea8f540303b0ce45feb15b9eaeccea1d2
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 7aa3b3b30d9c761f8eebbf40a9364ce63574f6c60b0a71f115b98a88ca0df214
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,045
Size: 1.00 vMB
Total Fees: 0.04834864 BTC
Feerates: 150.80 > 4.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (468,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,995 446,995 000000000000000000d045b4d9b8493ffd57e0c71574ada9631f4bbe856ff2cb 2,453 1.00/1.00 vMB 92
446,994 446,994 0000000000000000035056443f9b7409fed460ed5b12f6c5de4ca87da2edfdfe 2,782 1.00/1.00 vMB 120
446,993 446,993 000000000000000001fc22a0fb73cb70a5eb0e44aaf1b7ccbb76c6c04ca54bbf 441 1.00/1.00 vMB 24
446,992 446,992 000000000000000002efc603df03e194a30061c674b7c570ab46a8702a39fe91 514 0.93/1.00 vMB 30
446,991 446,991 000000000000000000658c788a5bc097a379c6530301fa7b5537878fa1553046 1,773 1.00/1.00 vMB 52
446,990 446,990 000000000000000001557a0d9ec0c2b14c6478c64f6f857bc2bbb972916de016 2,389 1.00/1.00 vMB 80
446,989 446,989 000000000000000001fbd8f4e70d1a5661684d6f7d83ef6a8b15f844a51499fa 2,650 1.00/1.00 vMB 97
446,988 446,988 000000000000000002c31d18f8364e91f94c9d2072e7323e97b61f57e36439de 2,617 1.00/1.00 vMB 98
446,987 446,987 000000000000000001f41fc5c30fe1872f4ec039982221f38b3608881b396ac4 2,587 1.00/1.00 vMB 95
446,986 446,986 0000000000000000014b863a2f1676647bc6d31765263d91ad37459af4694778 213 0.12/1.00 vMB 72
446,985 446,985 000000000000000000fa885fe47d369b0e03382093f8c9c2e787d6450f26ffbc 1,461 1.00/1.00 vMB 58
446,984 446,984 000000000000000002dfbc2834b9bf3214e787538e5648d3ed9842d1a69e3e57 2,246 1.00/1.00 vMB 99
446,983 446,983 0000000000000000013f017ad58fa4dc0486b713c308400a42d40a1f64cdaa2f 1,857 1.00/1.00 vMB 70
446,982 446,982 000000000000000001328d6cb8247b3ca8132c38ebcd65a182552c490bf67ebe 2,271 1.00/1.00 vMB 81
446,981 446,981 0000000000000000012ed2962828b6601fb6c9741bd07d384fa41fb2edcaa092 1,851 0.99/1.00 vMB 63
446,980 446,980 000000000000000001e880aef08520ed704efba50d4b13fee76f4ad0add8ef68 1,930 1.00/1.00 vMB 73
446,979 446,979 0000000000000000015785a7c161cb2547e80c15a2f6edcf430576d2338c8852 1,262 1.00/1.00 vMB 43
446,978 446,978 000000000000000001b68345b3e60fb7896be277c11702d956fd9f7f23ea3928 2,439 1.00/1.00 vMB 77
446,977 446,977 000000000000000002ba9a07e64198f581232c3906089b9c6d874aabb0680fa5 2,410 1.00/1.00 vMB 99
446,976 446,976 000000000000000001ff5274bc67b6a13196198088b9d5941d0e5070f6044612 823 1.00/1.00 vMB 21
446,975 446,975 000000000000000001858257ac8b08f5ad9e47c0b4bb44a4090344c6366885ac 1,325 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.