Loading Tool

Explorer IconExplorer

Memory Pool

39,671 transactions
27.65 vMB
0.06854615 BTC
Random Selection Loading Transactions
Max Size: 141.37/200 MB

Candidate Block

Mining Attempt 1c66ad8ca216a0155fe9d62916b978ab08361e105a081e59d87c898c0c2b4184
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root eec2bd007c34cf542ac1524289ccc2220e701d71948a412528233d079b55f3e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,537
Size: 1.00 vMB
Total Fees: 0.01589234 BTC
Feerates: 100.95 > 1.59 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (134,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,162 780,162 00000000000000000005b4d2bf788a9c15e3b9e84055ab26838af8c778a92700 3,234 1.00/1.00 vMB 40
780,161 780,161 00000000000000000004d5e0ed73cae21c214e362d08a8e3805711cae6f64498 2,694 1.00/1.00 vMB 60
780,160 780,160 00000000000000000005adc2f1239255de00cbdc4c760d19d2aec53351b15cc3 2,139 1.00/1.00 vMB 25
780,159 780,159 0000000000000000000249191c26fdb7844a16b697f00ef919f81168fe00c98d 2,995 1.00/1.00 vMB 51
780,158 780,158 000000000000000000043e07084f69305c78483a3f675c2fc6e8eb7d342b1ce3 2,378 1.00/1.00 vMB 58
780,157 780,157 000000000000000000041dfe1ef2752bf5bd524dc292b00a0431cd51449c352b 2,418 1.00/1.00 vMB 18
780,156 780,156 0000000000000000000463ffabb8bdeae27f5c4938a6734a83578c0027a970b9 3,522 1.00/1.00 vMB 49
780,155 780,155 000000000000000000066cd4d1fcf0da78dfdb329613cedcdefe76341863a27a 2,937 1.00/1.00 vMB 16
780,154 780,154 0000000000000000000169f6a8f537d1d4c7dc3cc059fcdbd66ff4053d2d45de 2,674 1.00/1.00 vMB 15
780,153 780,153 00000000000000000000e776a967cb31cb7b78f0e4103920cd9db6422c3f7714 3,190 1.00/1.00 vMB 45
780,152 780,152 00000000000000000005255e8d412c006b0382df3d9391d79c8a9f3e83bfc604 2,242 1.00/1.00 vMB 33
780,151 780,151 000000000000000000010c802eeb14745f01ed71deedf50881cb83d8a647b938 1,432 1.00/1.00 vMB 24
780,150 780,150 0000000000000000000058c350d9e8bd7ebdacf73e36f784f5d12a5cff33d082 3,471 1.00/1.00 vMB 47
780,149 780,149 00000000000000000004664db35df1f447da15bcc5349159e8eaf712ea32b132 3,099 1.00/1.00 vMB 42
780,148 780,148 000000000000000000021c2baa21a2eed57f65cac9b1286f40f594fb3cdd1b43 2,559 1.00/1.00 vMB 34
780,147 780,147 00000000000000000002384ad651c8c5e43f7baa7133e733fc10d4cb6ef7d78a 1,866 1.00/1.00 vMB 62
780,146 780,146 000000000000000000021ca2cc2cf05b2274f8f7f434bfc56058a0c3584059c9 3,311 1.00/1.00 vMB 45
780,145 780,145 000000000000000000004ddb93cc92c2ed5ec2022fd6a85c20114fa0f9861b9f 1,497 1.00/1.00 vMB 9
780,144 780,144 0000000000000000000465c37132825693085a59708080f5892c602331784ba0 2,413 1.00/1.00 vMB 28
780,143 780,143 00000000000000000005ab6ad3bd6b02d723303c8248105f19cf0e4903d95c32 2,814 1.00/1.00 vMB 42
780,142 780,142 000000000000000000020f3f0ef123dbb4bdf1873a17dd3f88503fea01d04427 3,491 1.00/1.00 vMB 56
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.30 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.