Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

562 transactions (0.16 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,738 000000000000000000022b910000000000000000000000000000000000000000 0.15 vMB 550 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,737 (35,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
876,408 876,408 0000000000000000000224b96b0a45e8acb50dd3ce208ca3900617a51d39d4d2 1.45 MB 2,716 8
876,407 876,407 00000000000000000001eed2ed23090a9d4f29b3b3b7543cd3eb9addc5760b4a 1.49 MB 2,361 5
876,406 876,406 000000000000000000019f1c06a399cea815c668928f24385ee7c548d192f66e 1.24 MB 1,547 5
876,405 876,405 00000000000000000000739bff11956c3146f2830a9aa9f776b3cbfef9cd628c 1.35 MB 2,547 7
876,404 876,404 0000000000000000000238b4e7585a1d6a277f50eba1ce132789d1778e2efd53 1.61 MB 2,386 3
876,403 876,403 00000000000000000001082d7c992c3c75e6c3d39efa27fe490ac9ab6bac5c81 1.59 MB 2,777 4
876,402 876,402 000000000000000000028c84aac35eda822358d747beb9a76ef0ce623517ebe2 1.27 MB 948 4
876,401 876,401 000000000000000000020404d7e975482004a97f08c0e743e4b6026db11f1bca 1.72 MB 2,538 6
876,400 876,400 0000000000000000000117422ef429526534b477d1829f839c604e785c80753f 1.07 MB 719 21
876,399 876,399 00000000000000000000bc20bce0950d964ed9d3b70333c74395ebe1ca5817ae 1.10 MB 1,433 24
876,398 876,398 000000000000000000012dc83133d7bede00f456a9cfe19ca9779a45a51955b1 1.10 MB 620 23
876,397 876,397 00000000000000000001d4ab6375612068532119ef827c1af88a522d01394bec 1.22 MB 1,052 4
876,396 876,396 00000000000000000001d279ff9233d034df39021f0f8d0b60614386a58157bc 1.19 MB 548 3
876,395 876,395 0000000000000000000186e6775002ffe57b5e803949f4c27db3d826a34d687a 1.51 MB 2,357 4
876,394 876,394 00000000000000000001a6c31180cdc16509fa8004f8ebd53640b780ae928994 1.74 MB 3,129 7
876,393 876,393 00000000000000000001cbdcabbab918eba9385da597d8390770d919fce6b2cc 1.11 MB 2,763 14
876,392 876,392 000000000000000000001f4bf26917a976c789093bebe73517ba5ecbe2e90aab 1.42 MB 2,245 5
876,391 876,391 000000000000000000005a9a7d259b1110aea61b5aba7155d2c554a47c861e42 1.61 MB 3,055 6
876,390 876,390 0000000000000000000180b1d6d4da4000e2b679dbc87ecbda1c1341d45725aa 1.93 MB 2,366 3
876,389 876,389 000000000000000000002321a9e70e02a06d8c779be498bcf142e3ca98d03f37 1.37 MB 817 2
876,388 876,388 0000000000000000000228748a0061fb37ceb2f90e978ab612b2f8464f8ea606 1.52 MB 1,863 3
Previous 10 blocks ↓
Total Size: 776.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,427.77 GB sent, 131.57 GB received

Notes

  • This page updates every 5 seconds.
  • 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.