Loading Tool

Explorer IconExplorer

Memory Pool

79,275 transactions
29.39 vMB
0.12570048 BTC
Random Selection Loading Transactions
Max Size: 176.96/200 MB

Candidate Block

Mining Attempt 8d5ab20aca6f9b5bd71d3ad36b6a31a75ce4ac3302174458cf13839b3c1bc48d
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root f593b1ce0f919c788f0af38f90e4fe1ad0ca28c292e70ff0e0d8119bed71f90c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,401
Size: 1.00 vMB
Total Fees: 0.04566807 BTC
Feerates: 150.80 > 4.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (61,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
853,964 853,964 000000000000000000018f63a36a0875bef52b50c0bd063790bb753d3bdd5a54 1,185 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.