Loading Tool

Explorer IconExplorer

Memory Pool

81,102 transactions
31.43 vMB
0.08669690 BTC
Random Selection Loading Transactions
Max Size: 189.98/200 MB

Candidate Block

Mining Attempt 43ea47c57b2efde50860b2da03a7c752a9fca0abf4544ff780b8928e245ffdfd
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 1570cd7086587ca0164b9209b3ef5ecca6f0baadd8b2e721cc19ce08ab04b3be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,030
Size: 1.00 vMB
Total Fees: 0.01861068 BTC
Feerates: 150.65 > 1.86 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (305,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,709 609,709 00000000000000000012dde6e8030fce78a2c200cf646a742e22dc60abfa629c 2,312 0.70/1.00 vMB 12
609,708 609,708 00000000000000000009ac08e49cb29201afff3ec5302bea6b28163b1e352478 1,751 0.61/1.00 vMB 14
609,707 609,707 00000000000000000014bd37b2c972fa8867c1ef91bba1bc18b5ad49aee41f79 1,923 0.69/1.00 vMB 6
609,706 609,706 0000000000000000000b1a115fc863272084971c478620df6436c13995e6eec4 2,923 1.00/1.00 vMB 17
609,705 609,705 0000000000000000000b1197e9607b4b5596aae266598c16da5b9f949f48e8b7 1,246 0.43/1.00 vMB 14
609,704 609,704 0000000000000000000031e0d4cb48f45951dc2d558faf7ddcef8cc93eccb02f 1,647 0.53/1.00 vMB 11
609,703 609,703 0000000000000000000fff4051a9b8723db78d997cdb1d627ce4d3b719dd2b1a 1,717 0.51/1.00 vMB 11
609,702 609,702 0000000000000000000848c4112944b3233272c30bf60b94f086ba5550f99e30 2,244 0.87/1.00 vMB 11
609,701 609,701 0000000000000000000ffa26166235a4696fd4091608848cd9dbe2eaec09facd 1,808 0.62/1.00 vMB 13
609,700 609,700 000000000000000000034d2dc6e8d44436b639d013646e93dcf65c71fedc3257 1,399 0.48/1.00 vMB 14
609,699 609,699 000000000000000000001139be5d2c26c6ef0e619e8868be428a24d4aeb3a2e4 1,804 0.72/1.00 vMB 11
609,698 609,698 0000000000000000000f7da2b37f2536929ea2124d408edbe33bcd7f2c74b106 802 0.28/1.00 vMB 12
609,697 609,697 000000000000000000142c616016f20cb953dea9675bd4563c66af1457ed46f7 1,046 0.34/1.00 vMB 12
609,696 609,696 0000000000000000000cf50d2d97b49e75b3e46d224878887235a39f58565a49 2,267 0.78/1.00 vMB 11
609,695 609,695 0000000000000000000a722cca413bb1fa8e38bacc27c2a884642b4e27e7f281 681 0.25/1.00 vMB 13
609,694 609,694 000000000000000000045b9405cf8c583e90605f353d861a07b88149cd615694 1,058 0.40/1.00 vMB 20
609,693 609,693 0000000000000000000e2b0d0cf3a5751c10ee46d62683a50cde277a02f8976b 958 0.32/1.00 vMB 14
609,692 609,692 00000000000000000013e3d72d7b2dc79af46e157d5e21c8d20e1b7a3b686ba9 2,928 0.98/1.00 vMB 12
609,691 609,691 00000000000000000013024e37a35679962738a4c04240a42ab44b711eaf3397 1,539 0.57/1.00 vMB 10
609,690 609,690 00000000000000000005adecc8ecb86b73b6a35be50082481279e4b56b5f3406 135 0.04/1.00 vMB 10
609,689 609,689 00000000000000000005ef1380ff3eb28d7421479f6dfc5ace09debf8957aab2 777 0.30/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.74 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: 708.15 GB
    • Received: 16.72 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.