Loading Tool

Explorer IconExplorer

Memory Pool

43,815 transactions
27.02 vMB
0.09044145 BTC
Random Selection Loading Transactions
Max Size: 140.98/200 MB

Candidate Block

Mining Attempt f13ff9868e77a2181617b959bcf0af9d3b7392e653fa605bb13554d3e785b44e
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root c1390733fff6d536117121c161d0a6267795fad96d76730c745c5732bf3f59c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,496
Size: 1.00 vMB
Total Fees: 0.03835245 BTC
Feerates: 151.01 > 3.84 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (431,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,510 483,510 0000000000000000000c353bb9b88fac63d1bbe0332eb9387e0aecd3bf1687c7 2,754 1.00/1.00 vMB 328
483,509 483,509 00000000000000000048173d701548a636216e7852a9511091d59aaf0e0ba8f1 2,442 1.00/1.00 vMB 346
483,508 483,508 0000000000000000005b82127bc71ce48cfce19cd4e69aad3cde139b8fc7b16a 2,217 0.99/1.00 vMB 383
483,507 483,507 0000000000000000010929c19a4ca5fc2bfc320ca1ef41294a314c3ba403bf11 2,526 1.00/1.00 vMB 352
483,506 483,506 0000000000000000003dbec241306d93c0eb52c61518c4a7e47593df2d73448b 2,693 1.00/1.00 vMB 420
483,505 483,505 000000000000000000bc19a8982eb54b9c064e9479f2a3ae2c296643398aa43e 1,737 1.00/1.00 vMB 196
483,504 483,504 000000000000000000ee7466a2a38986749bc6ca9ab54a807ba3cfbb0dfa3126 1,884 1.00/1.00 vMB 338
483,503 483,503 000000000000000000cb1ad79ec5c80222a155de73cc9590024a2e4338ab9c9e 2,098 1.00/1.00 vMB 165
483,502 483,502 0000000000000000003bc16f9636c98014609874b4e8222e18d05426bda99fbe 2,396 1.00/1.00 vMB 179
483,501 483,501 0000000000000000013c4e8215a3f2fa28c5a9b34df97042666ec951217dc37e 2,384 1.00/1.00 vMB 369
483,500 483,500 0000000000000000009bae49645bac531e208e5df37d48f3320657a02b30a48d 2,454 0.99/1.00 vMB 289
483,499 483,499 000000000000000000aafb667afe2ef4a09eeda5db57f9abd7f210ce97962291 2,949 1.00/1.00 vMB 397
483,498 483,498 000000000000000000bf21fdb35b1af78d131f9bb41384bff0fc85c021c4b0a9 1,855 1.00/1.00 vMB 430
483,497 483,497 000000000000000000a500fe310cf7e8aa055096c94610a83dec749a2fb82709 1,246 0.99/1.00 vMB 149
483,496 483,496 0000000000000000008879d2c13e70eeb2c66cbe5b68bbb49126345e791b57e2 1,882 1.00/1.00 vMB 83
483,495 483,495 0000000000000000009e83eafd75d49edcbe9a8c029b5e21e94a66b6410abb42 1,994 1.00/1.00 vMB 203
483,494 483,494 0000000000000000007c032a72d663fc0a254f999ae97ce5ee4419fd2961bd6e 2,262 1.00/1.00 vMB 396
483,493 483,493 00000000000000000077d9c18fdbd5cf45b2652fe6db9089558eb8fc9fc3b397 1,983 1.00/1.00 vMB 190
483,492 483,492 0000000000000000009bf0c8d156e023fc0e0fe88451798272a311f4a04d59c6 2,251 1.00/1.00 vMB 360
483,491 483,491 00000000000000000135053ac9d7d529d166cc572a304f1caa2f9a28d8909ffc 1,810 1.00/1.00 vMB 20
483,490 483,490 0000000000000000009ef0e42a3c0b3bdb2f7d3d91ac375f981ccf18c3fecd20 2,031 0.99/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 782.17 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: 653.47 GB
    • Received: 13.90 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.