Loading Tool

Explorer IconExplorer

Memory Pool

35,186 transactions
27.26 vMB
0.05718929 BTC
Random Selection Loading Transactions
Max Size: 136.75/200 MB

Candidate Block

Mining Attempt ba45f7ccb46b34fd6d005da3e4104eeb644a0e85dc28750a78c325042f56b503
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root c09dad3e30c4fd878a4c95638cd1ac9370b9fc514255bc8707adb030e4a68525
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,069
Size: 1.00 vMB
Total Fees: 0.00532953 BTC
Feerates: 77.90 > 0.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (233,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,432 681,432 0000000000000000000d288da2f98a09a8db7309b3b111bb85f50f9c51a058ea 1,346 1.00/1.00 vMB 41
681,431 681,431 0000000000000000000278917c5b3ca3c6736200a6a17e7aac0354dbc90c7f59 205 1.00/1.00 vMB 12
681,430 681,430 000000000000000000085478a023e4c00b885ef27ba422af9263984ca4907bd6 1,542 1.00/1.00 vMB 20
681,429 681,429 00000000000000000006212304688a4e81a6577534be983320cce2f115487e38 2,185 1.00/1.00 vMB 84
681,428 681,428 000000000000000000072f2af9e36f9a210dfacaacfe3d9b0983c1c78826932c 1,340 1.00/1.00 vMB 44
681,427 681,427 00000000000000000002f7d248eab95e643eaf02e54644da8abfa7e5c1359d08 2,186 1.00/1.00 vMB 90
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
Previous 10 blocks ↓
Total Size: 781.74 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.47 GB
    • Received: 12.04 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.