Loading Tool

Explorer IconExplorer

Memory Pool

40,681 transactions
28.28 vMB
0.06351694 BTC
Random Selection Loading Transactions
Max Size: 144.40/200 MB

Candidate Block

Mining Attempt 336378582f1d630c5e69f74a1b319f537976ff66736eb5ef44ea02248873a309
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root bf5e84c54f9978c4c5736c1a870851b5332820deb3f9b1604dfd075c5bb1d4e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,070
Size: 1.00 vMB
Total Fees: 0.00907760 BTC
Feerates: 87.72 > 0.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (134,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,163 780,163 0000000000000000000664850bef1283fafbe454c8e493b4e8cd79d858b5b95c 3,588 1.00/1.00 vMB 46
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
Previous 10 blocks ↓
Total Size: 781.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: 630.34 GB
    • Received: 12.02 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.