Loading Tool

Explorer IconExplorer

Memory Pool

18,067 transactions
8.14 vMB
0.02935237 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.88/200 MB

Candidate Block

Mining Attempt f84dcca718d40585b7480dacd46e467695bcd7e77e5c7274a0736222ee7cfc1d
Version 20000000
Previous Block 000000000000000000005de82c89e76a4485033bd94c0162c863c16d02ff1cea
Merkle Root 4cf49e53aecba4a746266062dfa155897398c793d14c406d428b16b7615c9abb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,885
Size: 1.00 vMB
Total Fees: 0.01233185 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,398 (691,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
221,401 221,401 000000000000022c050378ec58239f7f2708ad1a26307ae091a0b2a758aa87cd 514 0.25 vMB 221
221,400 221,400 0000000000000089e87f51507d57a7cd239f389d8958c38e690bc63e961a8945 322 0.16 vMB 59
221,399 221,399 0000000000000289442386d0a92bd03f387817e865677473ed0a15f408bfd515 14 0.00 vMB 14
221,398 221,398 0000000000000131fff94b5fa2a219610a746a5511f037e517fdd55652fa0131 414 0.25 vMB 164
221,397 221,397 0000000000000151baef131a0a70dd41393c9a3eac7e18f766dbf8d9edbd02c4 668 0.25 vMB 231
221,396 221,396 00000000000001962630c4044f91cd734df25a6e7646f1a1b530a339a2a4a418 608 0.25 vMB 206
221,395 221,395 000000000000011aa56befdf4c876503126265f00a7cb81250b5e0b3d7309e67 7 0.00 vMB 45
221,394 221,394 00000000000004e7b6416574fab7a97e750c92060dd5b288bc258aa1fc45ffd0 325 0.15 vMB 211
221,393 221,393 00000000000002938e48fb9df0a4a0d4dc7f505f1defd6e18f42adf5ba45fd2f 496 0.21 vMB 203
221,392 221,392 00000000000004289af1d168fa5581cee56f8e2e559151d39b10132971ce8daf 176 0.09 vMB 170
221,391 221,391 000000000000050f0a7a533f08b5aec7a08a866c694768bcf7bf6d4cdb069af7 97 0.04 vMB 152
221,390 221,390 0000000000000174df698364c1a0fc3e7cf2c7082789727b1a3483f5d8903801 295 0.13 vMB 242
221,389 221,389 00000000000003af005a52be4631ff92c6c7e82ac83cd43ef01b99cb1a217e83 566 0.25 vMB 219
221,388 221,388 000000000000029b2ee6a50882244f9689782a898a4d956abb0b5e22983f6802 20 0.02 vMB 54
221,387 221,387 00000000000002361de6f714d7467a048176bd4b48aa819d676a7b80a32900ac 424 0.25 vMB 1,751
221,386 221,386 00000000000001106962d7187381184c38343f9d5da1ab24d79770b221000cfa 80 0.04 vMB 175
221,385 221,385 000000000000005debe0471cf54f755a77a6e3e44d6720da842b99aba653e1ec 398 0.18 vMB 175
221,384 221,384 00000000000002d7871dd8d67fd29349fe1087057882be3491c9a44e39abd64c 9 0.00 vMB 444
221,383 221,383 0000000000000252e131b176ccc09acb66144bd214a901b8843a4544fa0fb796 70 0.02 vMB 142
221,382 221,382 000000000000006483918d9cb7f66d6f9ade266d98fc672d98e24326cc7186b8 449 0.17 vMB 191
221,381 221,381 00000000000003a52faf097ad86d17146277007f055397256b022327c62c9603 121 0.07 vMB 120
Previous 10 blocks ↓
Total Size: 779.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 262.09 GB
    • Received: 1.01 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.