Loading Tool

Explorer IconExplorer

Memory Pool

53,661 transactions
31.63 vMB
0.18987862 BTC
Random Selection Loading Transactions
Max Size: 170.06/200 MB

Candidate Block

Mining Attempt 353cd84570f1b3e5db40b6489edbd787865fb98e0565f375dcf945f40849d635
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 690542623ce25f04e97755885b0c5106bfb6050084ef828ba4b9cfbcb4730979
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.10117222 BTC
Feerates: 477.45 > 10.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (420,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,276 494,276 0000000000000000008a96263b538dcf3d08babf875384a5bea830aeb4afdbde 1,894 1.00/1.00 vMB 492
494,275 494,275 000000000000000000061f8e8d925245efaa85c2b70fa97ca4c684090bab6f80 2,033 1.00/1.00 vMB 384
494,274 494,274 000000000000000000855a51344a87e3e0a69b9c1e5973476d81de97b0c5b2ee 2,349 1.00/1.00 vMB 358
494,273 494,273 0000000000000000008481c02c36ece35d5d75eda94d794291a912417588b833 2,299 0.95/1.00 vMB 524
494,272 494,272 000000000000000000ac2f732b208bb1befe7005af37ba3aa774f93b0a867a2e 2,388 0.98/1.00 vMB 389
494,271 494,271 00000000000000000010c606b0c7f1c3f01e6c8a6efe4482392670645fa3381c 2,058 1.00/1.00 vMB 680
494,270 494,270 000000000000000000484dc8ca1a2840d70d06f691b1abab74b8fdb6c1f07c77 9 0.01/1.00 vMB 1,485
494,269 494,269 00000000000000000066b69e6cba8175ce758e1d0b1489837e0f3734aad712bd 2,210 1.00/1.00 vMB 650
494,268 494,268 00000000000000000043789143ae1b1c91209456f9d87b5d09e9fa2c1d313367 2,501 1.00/1.00 vMB 233
494,267 494,267 0000000000000000003dd603cb3a1517681c0fbaec311df00cec52a02afa58f0 2,297 1.00/1.00 vMB 334
494,266 494,266 0000000000000000008960f3ab7b427d7017858c5d67311ea9ed2a9870f99b33 2,538 1.00/1.00 vMB 621
494,265 494,265 0000000000000000006717d57a15e66261f8c12e1a849db99bfb36866377d2ca 2,268 1.00/1.00 vMB 856
494,264 494,264 00000000000000000066444461f592e94199d418f88f61f9e0d9c4b99f77774a 2,628 1.00/1.00 vMB 656
494,263 494,263 00000000000000000086c7cf1966f48824c0bc4ee88d3ccb2307cfaaed078273 2,082 1.00/1.00 vMB 412
494,262 494,262 00000000000000000065af67b3829d76b458de61264e42f5800a2ad1d28b3130 2,333 1.00/1.00 vMB 336
494,261 494,261 000000000000000000846985e6da5ec008e0214a84e960b7c4239fcae5db0dac 2,459 1.00/1.00 vMB 586
494,260 494,260 0000000000000000003f6c70ffa0b1cbaef52a96fa5e7749c44916dd8178eea7 2,583 1.00/1.00 vMB 657
494,259 494,259 0000000000000000009a00957ae06c9054b9e880ef8ddfefb86eb70d45f62dee 2,438 1.00/1.00 vMB 631
494,258 494,258 000000000000000000cd426ba0dadbb066b1314072b552901dccd919c5ada932 1,789 0.92/1.00 vMB 409
494,257 494,257 00000000000000000075e433873a7578e813cf8415557d4699e27ac9f266f562 1,452 0.91/1.00 vMB 324
494,256 494,256 00000000000000000086ea62e3cb468250d86ec3abf2b8c8dfa1a950351f9e52 2,859 1.00/1.00 vMB 234
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.