Loading Tool

Explorer IconExplorer

Memory Pool

43,216 transactions
26.35 vMB
0.05827288 BTC
Random Selection Loading Transactions
Max Size: 138.62/200 MB

Candidate Block

Mining Attempt df9d2c8ce350922b32696df69bf1e4837b6a57c8a86ca1285120cbc4f40c9f28
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root 9d6d4cd53620c7da76a8e03240009054e91635a6cfb2502f36318f53b9ee85da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,182
Size: 1.00 vMB
Total Fees: 0.01011293 BTC
Feerates: 107.54 > 1.01 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (212,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,409 702,409 000000000000000000049e8ae85b050e24ad4a20158b2562c94a3984fd4b539e 2,968 1.00/1.00 vMB 16
702,408 702,408 0000000000000000000094fd269ce9e9775838ba9db10cf3127a689a0888f05b 545 1.00/1.00 vMB 2
702,407 702,407 000000000000000000087172c8e2ec3986964764209e047432a90fb944bc70a3 3,235 1.00/1.00 vMB 13
702,406 702,406 00000000000000000002d0f080e0b32829a7d5926a04322b00760018f97d13f4 2,325 1.00/1.00 vMB 12
702,405 702,405 0000000000000000000e03bdd6a3f632347fe0700518dfbcd929b0ac2ee2f2a4 769 1.00/1.00 vMB 4
702,404 702,404 0000000000000000000d0cd6ef8b5fe87b71f4a17ba7c72aeb0c1c7e8c967a02 1,564 1.00/1.00 vMB 6
702,403 702,403 00000000000000000001412a86308780097efe9684e4e075ddf86df5d12ba44d 920 1.00/1.00 vMB 4
702,402 702,402 0000000000000000000604dfe02eec42e983e68890995f2c7231c5508976b985 513 1.00/1.00 vMB 2
702,401 702,401 0000000000000000000ba6220fe9028a7c9a2b28b039c4dd2fc0dfa00660d725 796 1.00/1.00 vMB 3
702,400 702,400 0000000000000000000149471f0fc30ae6a180979bd10b655c56fbfb7951c455 3,224 1.00/1.00 vMB 12
702,399 702,399 000000000000000000048d14d9d3df2332642691e0ecc45abba30f574f10b6df 1,781 1.00/1.00 vMB 7
702,398 702,398 0000000000000000000a70ef53234ea41b17fe020288f8ebe2dc2ba4936cce59 2,791 1.00/1.00 vMB 11
702,397 702,397 00000000000000000001caff4068fbd39e9b381acd925ecccb4f545fe2acaf83 2,415 1.00/1.00 vMB 6
702,396 702,396 000000000000000000032ec9f57a868da040d8615eba69aa9a0ccc7f73cc10ba 3,024 1.00/1.00 vMB 14
702,395 702,395 0000000000000000000debaee84694d067a0cec175880919768bb45f1de8eaeb 1,301 1.00/1.00 vMB 8
702,394 702,394 0000000000000000000d4248e761999af7799c0efe156d10bdd05408d0fe599a 1,209 1.00/1.00 vMB 2
702,393 702,393 0000000000000000000eb0519d9745e45bcf88688e3718e970454bbf40ccc501 1,190 1.00/1.00 vMB 3
702,392 702,392 0000000000000000000ba9a0dc61b3345ed42b54a1a5a4aca9f0905c35e47df1 2,257 1.00/1.00 vMB 10
702,391 702,391 000000000000000000003d49dda9226f267186162e76a30e7d52ada702f2ea8b 2,016 1.00/1.00 vMB 3
702,390 702,390 0000000000000000000712487048c4c5e01fc444d9a5b9615fdde6e14c9ba712 2,528 1.00/1.00 vMB 17
702,389 702,389 000000000000000000061866fbded7f947b3abb3c585979efe4ab48e14afcb6b 2,556 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.91 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: 645.62 GB
    • Received: 12.75 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.