Loading Tool

Explorer IconExplorer

Memory Pool

72,141 transactions
27.88 vMB
0.06265103 BTC
Random Selection Loading Transactions
Max Size: 165.41/200 MB

Candidate Block

Mining Attempt 1e0fc2da17dd72940de655bad5be2746047da14aa33d657db41e33fa4ae2fcca
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 653f3a1a11e735b91964231a93f0585496659e1d613f4e697a28df5323d3416c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,429
Size: 1.00 vMB
Total Fees: 0.00676003 BTC
Feerates: 150.93 > 0.68 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (452,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,608 462,608 0000000000000000014c0a0ad21a310fffc21d1bef0a9e1f44d90f2cf847a643 1 0.00/1.00 vMB 0
462,607 462,607 000000000000000000ddb371750ff567d170d316004bbf8f5b0411c9ee86aa75 2,634 1.00/1.00 vMB 153
462,606 462,606 000000000000000001341de4838d57aaa156c5a0fc4bccc0eb5f0d80df54e104 2,130 1.00/1.00 vMB 139
462,605 462,605 000000000000000002119a18a034512f39d7a500f85794f63e549463c604db36 2,245 1.00/1.00 vMB 255
462,604 462,604 000000000000000000be75474fcc775907c2ea133bc699a9b5d13b457ec287c2 2,749 1.00/1.00 vMB 248
462,603 462,603 000000000000000001a57344c2820871570aa384c3abd0825518bdfe3a6965a9 1,909 1.00/1.00 vMB 145
462,602 462,602 000000000000000001a34b5f37138ff1018d3ed939408cda3cc512afa35f631f 1,639 1.00/1.00 vMB 129
462,601 462,601 00000000000000000007083cd3d911826f07342aef4a87aab2b0fc9760842f30 2,516 1.00/1.00 vMB 217
462,600 462,600 000000000000000000dfeae08ca4d98d5af0739116409ee7bfeaffee05e00f82 3,756 1.00/1.00 vMB 121
462,599 462,599 0000000000000000010ca60b3bbb32d16c0eef4e0d6e68f59f4979f5d09d1e2a 2,399 1.00/1.00 vMB 126
462,598 462,598 00000000000000000013251a7b3e1d066b8d5b03c36fc761d8dcd8dd12541ee4 2,600 1.00/1.00 vMB 137
462,597 462,597 000000000000000000fcde1c5f7e4cbad87bb3ac5a81583fc518724c6d41295c 2,512 1.00/1.00 vMB 147
462,596 462,596 0000000000000000013cf0bbe9549a1cedc7a94bb955d2594c875144976f5ab0 2,859 1.00/1.00 vMB 186
462,595 462,595 0000000000000000007a19b17ed7092662c51d5427c4047835d344fff818274a 2,543 1.00/1.00 vMB 174
462,594 462,594 00000000000000000037f1f8683dfa1e3c6cc1d4e4e28180530722de769dd98d 2,080 1.00/1.00 vMB 142
462,593 462,593 0000000000000000009f3a6a5471f7e44e16dfa718bf1a31d4d81c4d5e746ca1 2,236 1.00/1.00 vMB 166
462,592 462,592 0000000000000000004b3f3b6a2df2530c2b76960071578456218b9308bfe133 2,323 1.00/1.00 vMB 231
462,591 462,591 000000000000000000e0cf802826caf53970707c1f83e121c58ef003cdcb71f0 2,836 1.00/1.00 vMB 171
462,590 462,590 00000000000000000092b0667f1c25086c9aaa179186e2a529d86c10357baa4a 2,629 1.00/1.00 vMB 154
462,589 462,589 000000000000000000c64844ed169f7bd7eca53757a0c513e0d83c915a8abfcd 2,299 1.00/1.00 vMB 146
462,588 462,588 00000000000000000103952f5c0de8cab652abfe867a2c2e9c8c352fde180b40 2,325 1.00/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.40 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.