Loading Tool

Explorer IconExplorer

Memory Pool

45,527 transactions
27.20 vMB
0.07589487 BTC
Random Selection Loading Transactions
Max Size: 143.55/200 MB

Candidate Block

Mining Attempt adc62a07a56292db797b1d4e994fcbd1537687575067a23f5aa89891833a5e07
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 73432bf7eee39404151dbc70d6f78c9bee6ee0f72f11d3e76801085d00e7fb50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,075
Size: 1.00 vMB
Total Fees: 0.02518941 BTC
Feerates: 201.13 > 2.52 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (361,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,421 553,421 00000000000000000026bfa13d954ee9eb684e00b216a54456e553a0375c4b9c 2,779 1.00/1.00 vMB 35
553,420 553,420 0000000000000000001576e50ae76cbedd16586743039fdf950b804253383753 1,555 1.00/1.00 vMB 19
553,419 553,419 0000000000000000001e00c62990e0dd725ea2dbb800afb26516c2f9ef543011 1,973 1.00/1.00 vMB 14
553,418 553,418 0000000000000000001663da2020462963afb58d122fc62678639d41ee5f2cf6 2,295 1.00/1.00 vMB 21
553,417 553,417 0000000000000000001ed61bb5d1f9fb28fc12df80e3d054362d8cff73c8b072 3,032 1.00/1.00 vMB 46
553,416 553,416 00000000000000000021d08cff7437192ac4b28a8fb9439587bfc109d3571c83 2,138 1.00/1.00 vMB 23
553,415 553,415 0000000000000000000b67235bd858f4d5d32c6bd9503695aa2d6a5d45f7077c 3,016 1.00/1.00 vMB 48
553,414 553,414 0000000000000000001e6a868a36e0fbed09be72a05e6224903c47c580a2a72c 2,560 1.00/1.00 vMB 21
553,413 553,413 00000000000000000026aebcfa9d7bab3b0bb3e8917f79dd2b81d95e87fcfcdd 3,126 1.00/1.00 vMB 26
553,412 553,412 000000000000000000109070d8fa405cb779faba1da8c8702dc378dcf9d20c66 2,821 1.00/1.00 vMB 46
553,411 553,411 00000000000000000013ceb75a6cc1b4aa91244a070ea090c36ac869d4d99bf3 1,005 1.00/1.00 vMB 22
553,410 553,410 0000000000000000001ae3b44e1436a131286ef9571167a9d7babc7f5c125d84 1 0.00/1.00 vMB 0
553,409 553,409 000000000000000000175f4931b992f2481857b75e7df061d5a72a975d42f9f3 2,719 1.00/1.00 vMB 27
553,408 553,408 0000000000000000001cd5a8c2c5055c488c259981d0189a81adb8803544cf09 2,703 1.00/1.00 vMB 58
553,407 553,407 0000000000000000002dbe2a132a2f6b9b06f8c9b91528bfda3c90ed7e0f4a0f 2,468 1.00/1.00 vMB 20
553,406 553,406 000000000000000000024538dd2f1b2b8c49273b8b592c4250a7ab787cf92904 1,739 1.00/1.00 vMB 21
553,405 553,405 00000000000000000001bd41510626ec53ed088ba525be9ef310092177dc78a0 2,838 1.00/1.00 vMB 39
553,404 553,404 0000000000000000001f0611506a4a4d4d43617f1f899f56995bd47a29755704 2,604 1.00/1.00 vMB 44
553,403 553,403 00000000000000000027bf2faeefc05760dafe486fc4097e16d2df0117df5c5c 1,632 1.00/1.00 vMB 26
553,402 553,402 000000000000000000144633e6070bfe18ceaf61df5b3900a26ee47984459d6b 609 1.00/1.00 vMB 47
553,401 553,401 00000000000000000003c39d01099d2e323d7a04cc02ea37dfa719aa34e232cc 1,110 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.