Loading Tool

Explorer IconExplorer

Memory Pool

77,408 transactions
29.08 vMB
0.10075974 BTC
Random Selection Loading Transactions
Max Size: 175.02/200 MB

Candidate Block

Mining Attempt e0ecfc7db97fb8f31b00e49661585aace9c70b169314cd032635c5863d86ac7e
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 79916c9331a7d1a6168feaabb1434c775aa7b657a75af04a4db3ebb8eb566f59
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,525
Size: 1.00 vMB
Total Fees: 0.02676525 BTC
Feerates: 453.09 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (515,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,215 400,215 000000000000000004129f232b2d5f0b103b0f130fa6c9c7a6f5bc1b2594b578 2,447 0.93/1.00 vMB 48
400,214 400,214 00000000000000000246f75280e9d286ff66d2b516bb7e93c96b58e93b64a0c5 110 0.09/1.00 vMB 17
400,213 400,213 000000000000000003768b5c7e03ca29cdfcedc3d24230fc53d8faed5553bf0d 853 0.72/1.00 vMB 23
400,212 400,212 0000000000000000052df23416c8b9ccf3bcb7fb94a2b0f768b1d84d716a3341 2,331 0.93/1.00 vMB 48
400,211 400,211 0000000000000000032a13132f68825ecb0b6c6690383efb0bf92112a709622e 1,421 0.73/1.00 vMB 42
400,210 400,210 000000000000000001f86899200b2c67d1abfc323be923668453b4c35a665a4f 280 0.12/1.00 vMB 49
400,209 400,209 000000000000000001e2f7c2a0de5ca2fe8ac21ac79325640e8c9264235921c3 840 0.42/1.00 vMB 37
400,208 400,208 0000000000000000016967d13b3af77f4aa65f29cb1277a9c95db2e60c364b45 1,122 0.78/1.00 vMB 31
400,207 400,207 0000000000000000042a2b36d0378e8c5d3028d56a07e9321836446eb506ec2d 72 0.09/1.00 vMB 15
400,206 400,206 000000000000000002336ce56eb50cc1e68f9075de3c5d6f913cbd1f672cc4de 465 0.46/1.00 vMB 16
400,205 400,205 0000000000000000063ca466a869a1034609647ce33e33e44904620baff168a9 1,862 0.75/1.00 vMB 53
400,204 400,204 000000000000000002f940d2e62afc39f777e00b2b201df307bfba5fe172b782 1,559 0.92/1.00 vMB 39
400,203 400,203 0000000000000000002c51277b6443b57494559281f9c120cd6065c267155198 233 0.39/1.00 vMB 18
400,202 400,202 000000000000000002c5a13fe946045d52fb43e5c19179cbe71f1e26beb51d58 1,139 0.75/1.00 vMB 38
400,201 400,201 0000000000000000016cb64a43278f2df9361c8fbc1285fed1dfbfc52df6e155 447 1.00/1.00 vMB 9
400,200 400,200 000000000000000004e9b3d83a087b7f97c0b9b3c3456b03ac6b6745853440d0 1,564 0.96/1.00 vMB 34
400,199 400,199 00000000000000000445464cbf92314df3edae2ac0dcc24bccdaaa92f240e717 423 0.32/1.00 vMB 25
400,198 400,198 0000000000000000013f0b72a5d05bff61804377a8c5b6691565b7ebcf48213a 2,125 0.93/1.00 vMB 67
400,197 400,197 000000000000000002e20bb378111b3370ff47a99f14773176bc6cc3b68db560 703 0.44/1.00 vMB 64
400,196 400,196 0000000000000000010f9fd5b6fbc722470e877c8474c7838605937ad866f450 1,547 0.95/1.00 vMB 57
400,195 400,195 0000000000000000030118f2934b04d8c76fcbd20a59040cd70d6efc93fb2d6d 1,282 0.91/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.