Loading Tool

Explorer IconExplorer

Memory Pool

38,680 transactions
27.34 vMB
0.06417221 BTC
Random Selection Loading Transactions
Max Size: 139.36/200 MB

Candidate Block

Mining Attempt ac776664b9296c8656caee8e6ea38c00a789a943a9348398885378fd40e0ce17
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root b14ded4d138101c153bf6ed382c9ee3b7cea02dcc2237992d24df61baeadc5f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,713
Size: 1.00 vMB
Total Fees: 0.01231432 BTC
Feerates: 100.56 > 1.23 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (69,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,424 845,424 00000000000000000001bfbf89436784def3b4808f251431c7983933d520f2b7 5,512 1.00/1.00 vMB 11
845,423 845,423 00000000000000000001b6d09fcbbc7bb7c884df892abdd4feb654d6f283b84c 4,326 1.00/1.00 vMB 29
845,422 845,422 00000000000000000000a57da39729ce891f22df42077a88ec100d2ffe5a3cb7 4,765 1.00/1.00 vMB 10
845,421 845,421 000000000000000000008b882ceb46dc43b47f92c3cd83f4ddd00009a7de1ec5 1,839 1.00/1.00 vMB 10
845,420 845,420 000000000000000000000357c21ba713c198ebc3664e1b90bcd725a37146dbc9 3,662 1.00/1.00 vMB 19
845,419 845,419 0000000000000000000216aa20f4d50803afa8c002de9edf501eddfdf8cbc348 3,397 1.00/1.00 vMB 21
845,418 845,418 0000000000000000000231abcaac3e23a65b3059ca6f5b8375d700f9e299ce31 2,029 1.00/1.00 vMB 12
845,417 845,417 000000000000000000005681d5e82c54e253ccb4ef95c37d145e2ea0e671d84e 5,633 1.00/1.00 vMB 9
845,416 845,416 00000000000000000001d96ef9ce68e45b7d754b4e5837b814c3153aacf4770d 3,781 1.00/1.00 vMB 18
845,415 845,415 000000000000000000028b3d26387662dc8f82fdbc5270eeeb724c177f026e08 6,438 1.00/1.00 vMB 11
845,414 845,414 000000000000000000013898a8d95f3493f8e816436501ec69ec3f7fb52641c1 5,861 1.00/1.00 vMB 14
845,413 845,413 000000000000000000008eadfe3e3a6498682127e3e8e7b6c0c2de51ecaf0542 4,949 1.00/1.00 vMB 17
845,412 845,412 0000000000000000000176b34b46fdfc6a31c6c2929a175f46b5e37d50376f11 5,337 1.00/1.00 vMB 9
845,411 845,411 00000000000000000001368f592e376b69f3e16fa8a9ee8e241838393bc87b9a 4,566 1.00/1.00 vMB 11
845,410 845,410 0000000000000000000261e846ddded4ed89088f89bc03475ca19c5c8c6146bc 2,891 1.00/1.00 vMB 10
845,409 845,409 00000000000000000000ba481d4d33ffa7532f1494f1b326dbc1b785a4273860 2,738 1.00/1.00 vMB 14
845,408 845,408 00000000000000000001e6959b077675179bb49cd0e7c9eacc316a1cc8a6b55f 4,608 1.00/1.00 vMB 15
845,407 845,407 000000000000000000004d82e47acc5169cbc0c02506c7f8982862158dcc8e37 3,772 1.00/1.00 vMB 24
845,406 845,406 00000000000000000001c3b8a70bde6b5893c314d2f65804aeffb34547df9287 3,590 1.00/1.00 vMB 24
845,405 845,405 0000000000000000000288c651c0205865202bb782e7f533856ed2717b9bd6a9 4,048 1.00/1.00 vMB 31
845,404 845,404 000000000000000000022eff93bc98b5c60c6c28f19f4c011ade45ce3fca9169 3,858 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.75 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.90 GB
    • Received: 12.05 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.