Loading Tool

Explorer IconExplorer

Memory Pool

38,690 transactions
28.24 vMB
0.06550732 BTC
Random Selection Loading Transactions
Max Size: 143.27/200 MB

Candidate Block

Mining Attempt d01256035593b0e05c3e50ace73193496d40d845b790ae7faa48d1b4b74e3789
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root a81428b674b2715dd657bb6a793a5b8f660de5f150dc27ca2d8af2b07711a0b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,716
Size: 1.00 vMB
Total Fees: 0.01133364 BTC
Feerates: 150.80 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (233,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,426 681,426 00000000000000000007541e3ec8f1b03285e981a8e140a2fffdb2e445846741 165 1.00/1.00 vMB 13
681,425 681,425 0000000000000000000741480702cca36b99384c75580e8e0dfd51da5b5e8ff2 852 1.00/1.00 vMB 29
681,424 681,424 00000000000000000000554508dd0b414a32499fe5349a9cf1d6aedb4f5314be 1,368 1.00/1.00 vMB 23
681,423 681,423 00000000000000000005d5acf382bb955cdf0d1a6fcd622a3e0db56f74bb154b 2,087 1.00/1.00 vMB 70
681,422 681,422 0000000000000000000a029f0fc6269e2f65f46d034afe4746b0513741c39570 1,439 1.00/1.00 vMB 16
681,421 681,421 00000000000000000006ebf44b39612df2a746c58fc011489dce4e159c527183 1,181 1.00/1.00 vMB 31
681,420 681,420 000000000000000000027a6fd51f3911f848d92223fda6e6f83ea3403d9a4ecd 2,320 1.00/1.00 vMB 49
681,419 681,419 0000000000000000000706ef96519ea7c7a976b8702ea45e5ae22d04ae5392f4 1,965 1.00/1.00 vMB 62
681,418 681,418 0000000000000000000661f3a79bbfcf3adef9c150d8b4287a51a4ef0b1768c6 2,572 1.00/1.00 vMB 92
681,417 681,417 000000000000000000027878d43eb28febb5494b95cb09e9e0b5487615f3f8a6 2,399 1.00/1.00 vMB 101
681,416 681,416 00000000000000000000e45b3d955adabf107dee4fca2de490ed9ae2104e29cd 1,780 1.00/1.00 vMB 31
681,415 681,415 0000000000000000000a2b49864cca4f6875ae5e593cb6414c69918dfaad6971 2,180 1.00/1.00 vMB 88
681,414 681,414 00000000000000000004477fc726d7689584a6dfb8dc7159dc2fded216169910 1,008 1.00/1.00 vMB 30
681,413 681,413 0000000000000000000ab35ece0ace92f4257a40c8406fb8c11978d0f874e722 1,362 1.00/1.00 vMB 40
681,412 681,412 00000000000000000003b32f45f6bd9671356655e83bb58b7cd93a9e7fdec1f8 1,027 1.00/1.00 vMB 23
681,411 681,411 00000000000000000009986c1c88aaf76ba052826afd2e9efd575cfb4452f6a2 2,207 1.00/1.00 vMB 49
681,410 681,410 000000000000000000049a29330eea7223aa8518f00dff5c7da1212687df7171 2,479 1.00/1.00 vMB 26
681,409 681,409 00000000000000000000941d8d35238738b5735fd142017b09d9101d2ea7edce 1,403 1.00/1.00 vMB 39
681,408 681,408 000000000000000000020210114d7faf44223e1d620991e468af964514ff96e3 2,278 1.00/1.00 vMB 118
681,407 681,407 000000000000000000035d5c18a83cb7e0ad0880a3b7936d277becaad9d5a00f 1,157 1.00/1.00 vMB 143
681,406 681,406 00000000000000000000b4ef55fc84eb00e82059bb91db51a52515a224a62958 2,024 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.68 GB
    • Received: 11.82 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.