Loading Tool

Explorer IconExplorer

Memory Pool

77,531 transactions
28.94 vMB
0.08303822 BTC
Random Selection Loading Transactions
Max Size: 174.99/200 MB

Candidate Block

Mining Attempt 9dd8fde858d43b366e1b69a4817137e779c43a51c70d8ce86ab186b177fb367c
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root e568fb3e77b0441b0464a1bf0e8b3b8c63fcd04679ffb9fb94adac431c8154a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,958
Size: 1.00 vMB
Total Fees: 0.02256644 BTC
Feerates: 150.93 > 2.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (500,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,353 414,353 0000000000000000048f356c63cbe28679d622f2d67091470025be132e9e8508 1,187 0.99/1.00 vMB 39
414,352 414,352 000000000000000002e22bd40c85661c7999dde5f9615ba60caf449dd8c38181 289 0.98/1.00 vMB 13
414,351 414,351 000000000000000001b484253ab18ab112774884fdd8aefafee368489a916ec6 1,286 1.00/1.00 vMB 26
414,350 414,350 0000000000000000020660b7b27e14aff1f2e3bf633a4478ca5a21e25c5e99d0 2,696 1.00/1.00 vMB 64
414,349 414,349 000000000000000003b5acdf51fdceb3514d5e7e65c4d82ece99de4753a5aa15 233 0.13/1.00 vMB 34
414,348 414,348 000000000000000002c5251da2cbc6c2af379ff603a7315e66d3627e2a79e3a0 1,620 0.93/1.00 vMB 44
414,347 414,347 000000000000000004abb608811afe9dd6ca749582e3277edd01ea824bff482c 1,903 1.00/1.00 vMB 46
414,346 414,346 00000000000000000536d91ddf4625ff0c851bfe275c6531afea11cff0060d42 1,978 1.00/1.00 vMB 46
414,345 414,345 000000000000000003dc8eea5065ff12c83ef2c1e5ba0ea90230c9447553491a 3,014 1.00/1.00 vMB 77
414,344 414,344 0000000000000000046803e9825f587ed93a888e5a8dc40b767547448d8236ff 460 0.25/1.00 vMB 43
414,343 414,343 0000000000000000000dd0b98fd62b6f8f8d48afa1a4f5bb6470656fc1b7c76a 785 0.39/1.00 vMB 45
414,342 414,342 0000000000000000000d632306714df60c26de7f2828b873e6005890cb5a2671 973 0.99/1.00 vMB 22
414,341 414,341 000000000000000004d3595a4ac1c5968a4ad98da32e2be6929b1931fed6e2f5 982 1.00/1.00 vMB 27
414,340 414,340 00000000000000000443674a846a23fec8e12a26992281801d7e64020653bf9a 1,589 0.73/1.00 vMB 50
414,339 414,339 0000000000000000013d1022da7586604c0cf7983392e538960f5fe4623fd66f 766 1.00/1.00 vMB 16
414,338 414,338 00000000000000000100d9240a4b3dc20c0a801a15cf3756b7a2c389e66f30f6 1,784 1.00/1.00 vMB 52
414,337 414,337 00000000000000000105e4cb3c60803f7c5ebf236d61229e2268f519fb5630df 2,021 1.00/1.00 vMB 32
414,336 414,336 000000000000000003b35f41acd6d00dbfc6e3935d64dcd7630d5c9cc0de7321 2,068 1.00/1.00 vMB 40
414,335 414,335 0000000000000000039edafb218a307e011123836bf1a9d0cecf67c703bc929a 1,816 1.00/1.00 vMB 45
414,334 414,334 000000000000000001814bcd6ff971fabf75104fdbf20cff54db030ffd41ca7e 1 0.00/1.00 vMB 0
414,333 414,333 000000000000000001b2b98312a785fa1ab270764f9a61a21d2d020c563cbc58 2,638 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.40 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.