Loading Tool

Explorer IconExplorer

Memory Pool

77,233 transactions
30.80 vMB
0.13967539 BTC
Random Selection Loading Transactions
Max Size: 177.06/200 MB

Candidate Block

Mining Attempt 3450b7c608e83133946b527faf2d2bb8757cc45605dbd988b8504a2b09c554b8
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 5dfc1c8f17f6a266ad8f277f0e9a10b91e5a73bf07b149b3adf5d4e437a74a64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,304
Size: 1.00 vMB
Total Fees: 0.05103391 BTC
Feerates: 150.36 > 5.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (117,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,338 797,338 00000000000000000004273ec76e06934a5e0bf5938d6950c26b6e3aac1d54c9 1,032 1.00/1.00 vMB 9
797,337 797,337 00000000000000000002e9f61670b90fc42e097d303101288c84e1dc3c3ffe53 2,997 1.00/1.00 vMB 15
797,336 797,336 0000000000000000000129105de6e346860bc4a34092b22db35ba42e70088689 2,783 1.00/1.00 vMB 11
797,335 797,335 00000000000000000005799ade7485b260f6350b5e48af1c1d3b38a05c4937a6 2,642 1.00/1.00 vMB 17
797,334 797,334 00000000000000000003dccd45b7c279bd4f32f2fd3047bab696fba79653b761 2,861 1.00/1.00 vMB 21
797,333 797,333 000000000000000000020fa709829b479a634a06d21b4fa7bc8837cd9ac61116 2,343 1.00/1.00 vMB 18
797,332 797,332 00000000000000000001b83b3b0d8fcf2b6b3e011c8605be840f676e3ffa4397 2,327 1.00/1.00 vMB 16
797,331 797,331 00000000000000000002416cb404a5c5bb2a371ed8bc3c55b9f777a96adda0cc 3,443 1.00/1.00 vMB 26
797,330 797,330 00000000000000000001adc3f1751d9bdccce807fd5f03f398682372116f59e2 1,271 1.00/1.00 vMB 17
797,329 797,329 000000000000000000007099b5b874e3b9d5845fd9de24439b4ce305e4eed2ed 3,119 1.00/1.00 vMB 19
797,328 797,328 00000000000000000003c7c34a814af5842fa974bd2477ec3819166710c52c30 2,369 1.00/1.00 vMB 16
797,327 797,327 000000000000000000037fe3a7b116cc21ee33b614618b2c5009538c1c58ec82 2,916 1.00/1.00 vMB 18
797,326 797,326 00000000000000000002a30211113ba9c8de147ee2ad56193a0abfc9afb27020 2,782 1.00/1.00 vMB 18
797,325 797,325 0000000000000000000415441c4a6cccb4056d9950a3acbc5db27e3c09dc4306 2,856 1.00/1.00 vMB 21
797,324 797,324 000000000000000000002e7f8de8c4a74b073378c33524b4077b2259e81e6e1f 3,780 1.00/1.00 vMB 20
797,323 797,323 00000000000000000001c51e82833a06aa7a8c9e736fe76fb194ce8f22d4a5fb 3,066 1.00/1.00 vMB 34
797,322 797,322 0000000000000000000495404cf4f2f13e159471406da8f706ffe68bbb398c1b 2,257 1.00/1.00 vMB 19
797,321 797,321 000000000000000000021aa49b3f20b8a283315c136b9842af93c31c528c824b 2,697 1.00/1.00 vMB 23
797,320 797,320 00000000000000000000ce04e19d23d8b24c3f7e3f68a71915434a717c90fdb3 2,924 1.00/1.00 vMB 12
797,319 797,319 0000000000000000000045d2e59b251b8de277f7bba45e3fd13d92a3f96fc8cf 3,358 1.00/1.00 vMB 26
797,318 797,318 00000000000000000001415583131d3c1da985497830abcf638413226892d4ad 5,712 1.00/1.00 vMB 6
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.22 GB
    • Received: 15.43 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.