Loading Tool

Explorer IconExplorer

Memory Pool

78,551 transactions
29.82 vMB
0.11608462 BTC
Random Selection Loading Transactions
Max Size: 179.16/200 MB

Candidate Block

Mining Attempt 777e1ef0b8342156f3486d9e66925c94ca1332a5a76c7219e8598c07613da961
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root d56d0d8aac217263e881b7759c5f3b4d65e160dcfa77820e35ac44407ab6320d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,177
Size: 1.00 vMB
Total Fees: 0.03482120 BTC
Feerates: 673.02 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (61,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
853,985 853,985 000000000000000000002d91dd1be9296e35def2f6c0f4644cea24e047cd6be5 3,669 1.00/1.00 vMB 7
853,984 853,984 0000000000000000000194071b533e037a84e555244b9ac58731ccdf5df2f340 3,486 1.00/1.00 vMB 10
853,983 853,983 00000000000000000000be937f5a2029b9928e8b9dd053a3871ea97f07e7d95e 7,234 1.00/1.00 vMB 4
853,982 853,982 00000000000000000000a001c4e2403b69b73e919e77c67ab445dfff4eb1fcb6 7,585 1.00/1.00 vMB 3
853,981 853,981 00000000000000000001dbe82b00781832d6b63ace4b901eb2af091ef4e8e8f6 5,664 1.00/1.00 vMB 4
853,980 853,980 000000000000000000023af917a5d1e860dd93f7b897ae740d9b0e937577c81b 7,443 1.00/1.00 vMB 4
853,979 853,979 0000000000000000000362169c0e0dada36cc8a9bb7ac9a06171da2048ac1445 3,341 1.00/1.00 vMB 6
853,978 853,978 00000000000000000001e75431818b124113c060bed6a93356c84862ff38dfe0 6,470 1.00/1.00 vMB 3
853,977 853,977 00000000000000000001b80e197b8caa08004a28a6083682c7eb03793e62f275 5,129 1.00/1.00 vMB 3
853,976 853,976 000000000000000000023c86cde17d2d7dc7a234596a754a8d9ab5d6406a7c7b 3,300 1.00/1.00 vMB 5
853,975 853,975 00000000000000000001104492bb53812ac642d0940104dea672c524159645ec 1,260 1.00/1.00 vMB 5
853,974 853,974 000000000000000000016f6d6e8f3e1cb33e7b638bc759e23d2b34830e17946a 469 1.00/1.00 vMB 4
853,973 853,973 000000000000000000018529f9a3a56f3de1dd43a74a547bcb1154545a51a4b8 1,008 1.00/1.00 vMB 4
853,972 853,972 0000000000000000000132a778b715aa496fcdc7d6a35dc3f6e9201db6c00bf2 2,502 1.00/1.00 vMB 8
853,971 853,971 0000000000000000000168311b9eb22797fe3b43f1e17e44afdf66561193c9d7 1,073 1.00/1.00 vMB 5
853,970 853,970 000000000000000000009f9acc71f6a1452486da3d2c4f3fb94e0e62576a4205 1,634 1.00/1.00 vMB 6
853,969 853,969 000000000000000000035766c959e2f8c4b731d68bd3b977e4e107a8eba33b95 1,623 1.00/1.00 vMB 5
853,968 853,968 00000000000000000000e42919237bb09f086f894f88851c4ede5bc1fecd8997 2,616 1.00/1.00 vMB 8
853,967 853,967 00000000000000000001bd1e9be3e5ce41c14eda215ffb2357a9b52b73d7deb8 492 1.00/1.00 vMB 4
853,966 853,966 0000000000000000000253cc1273db61974415ec7ad35d35f1dad0cfd457edcf 1,432 1.00/1.00 vMB 5
853,965 853,965 00000000000000000002502092cfb62185db0cc3dad3588cb9f265a803d0e6fc 1,758 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.