Loading Tool

Explorer IconExplorer

Memory Pool

39,869 transactions
27.70 vMB
0.06977818 BTC
Random Selection Loading Transactions
Max Size: 141.73/200 MB

Candidate Block

Mining Attempt 076dd378e85e1b0b93f5859ffdea6a6e55d21475b40c3186bfcd4272c4b031c6
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root ddc11c28a0cf096d0a3f30f7f142cbf026c56aa53ed945d09920eef65ece51a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,836
Size: 1.00 vMB
Total Fees: 0.01667964 BTC
Feerates: 100.95 > 1.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (231,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,471 683,471 0000000000000000000111786b7677ce208f23c1a085edb7af4725312626180e 2,455 1.00/1.00 vMB 53
683,470 683,470 0000000000000000000688e60d254f3d914691fb84ec703b5649e3f14cc2a1ea 2,428 1.00/1.00 vMB 61
683,469 683,469 0000000000000000000a8ceb2f346212fdafb6ce879c06c1e6432162aecc95b0 2,134 1.00/1.00 vMB 75
683,468 683,468 0000000000000000000a4aea1a8f9376f22f85ca5fa25a4c700eb07fda4655b2 1,004 1.00/1.00 vMB 51
683,467 683,467 00000000000000000007f48cd1de729dd827ddf13be6b9fc1e626ab3f5bd0829 1,625 1.00/1.00 vMB 54
683,466 683,466 00000000000000000001c7199677948b4b643de510eb9035197b0d2106b18d1f 2,565 1.00/1.00 vMB 50
683,465 683,465 0000000000000000000a8d8e07da972c121dea8e5e2e80dd91ed4d647d3495f5 2,655 1.00/1.00 vMB 75
683,464 683,464 000000000000000000091bbb82b6f4fe99cf6529efc0e99b95f828b904ae57f0 1,489 1.00/1.00 vMB 49
683,463 683,463 00000000000000000000ed715390c3355bebcaa9103332bb622a0e1ed669e198 331 1.00/1.00 vMB 47
683,462 683,462 000000000000000000049ede5272646c2858c652a37d1fbca31679a274fe57e1 2,269 1.00/1.00 vMB 48
683,461 683,461 000000000000000000022b2262f4afaad75cad35c4d5c13a5b5708c432040023 2,865 1.00/1.00 vMB 79
683,460 683,460 00000000000000000001bdc22dca1075e26dbf350600d5c8e018737ed5e75b09 1,738 1.00/1.00 vMB 58
683,459 683,459 00000000000000000001aa8db5c5c9a246f0c06601a10bd626de3c7d9ae63299 1,470 1.00/1.00 vMB 50
683,458 683,458 00000000000000000005520edadc27093ce54146f82e8583d2fb6f6271581c06 2,790 1.00/1.00 vMB 66
683,457 683,457 000000000000000000094ca166d03e79a6b41e4764148108449714bb09003567 2,685 1.00/1.00 vMB 51
683,456 683,456 00000000000000000008a265ca24a954ee80bbf90ef4c316b3e441c300568724 2,623 1.00/1.00 vMB 65
683,455 683,455 000000000000000000075a008f4b9c13751223471ce5d7b2dd37edb24756ac61 2,343 1.00/1.00 vMB 78
683,454 683,454 0000000000000000000302e836fe9a29dbc2a076e73d5408da4f5ca21ccaf93f 1,977 1.00/1.00 vMB 56
683,453 683,453 000000000000000000015e137afa469d2580222ee4e9f28dd37cdcaccedafcc2 2,709 1.00/1.00 vMB 69
683,452 683,452 000000000000000000081f6cfa4216fb23d0c2e63cd02270330bb87824169c6e 1,172 1.00/1.00 vMB 52
683,451 683,451 00000000000000000008c47ccefd9a8542ee58e692d2a9d7ae02dc468f356c83 2,034 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 781.76 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: 632.31 GB
    • Received: 12.11 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.