Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,856 transactions (1.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,899 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,216 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,898 (102,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
809,381 809,381 00000000000000000001383e9cdb5c4570a7b9fab53095a3dc753feabf315fe6 1.57 MB 922 18
809,380 809,380 000000000000000000041d587439b50c07d55dbce66125721d1d2123c12779b0 1.81 MB 1,297 10
809,379 809,379 000000000000000000030d535b6741ff24d8fd0fea1cfdcee653bb803ff377fd 1.86 MB 1,632 13
809,378 809,378 00000000000000000001286ebb0afaa840cbf615b38856a8c8271d020852579c 1.91 MB 2,595 19
809,377 809,377 0000000000000000000411768127cf50dbe33d0a360462cf1d97178f6aba6f0d 1.76 MB 2,190 18
809,376 809,376 000000000000000000023079ac40dddca0799d17700a04484f5e75577c35f917 1.81 MB 2,164 11
809,375 809,375 000000000000000000001a510d12dc8a90185b0cc68766493ed5ee5105ab7e32 1.66 MB 2,922 9
809,374 809,374 000000000000000000006a43e7d955798116c834fc7810db2a3a5abc5c398990 1.78 MB 3,537 9
809,373 809,373 00000000000000000000fb52b83fa52d61564379a72798d9f0a2d8d1dd90b45c 1.63 MB 1,428 17
809,372 809,372 000000000000000000042395410651cf7a53ae0d6f9afe30c20cdd3e9dd17e62 1.76 MB 1,883 20
809,371 809,371 0000000000000000000283f894f2c64c8f3c97262dbd2887206fdb8adf2aca3e 1.61 MB 875 15
809,370 809,370 0000000000000000000462791d29c685d334c56512cd284b15dd028d45014920 1.59 MB 2,201 22
809,369 809,369 000000000000000000043ba2a5b10ba52832d5095d42ac73005a309ede9f4d9a 1.47 MB 1,561 23
809,368 809,368 000000000000000000043aea525a9ba3d74a390262f16b36f117bbbd9b312a1c 1.78 MB 1,327 18
809,367 809,367 0000000000000000000335b0b8fa9ec22f8e8b7639272de388be1540b76ab36b 2.00 MB 5,507 13
809,366 809,366 0000000000000000000075a4a98c20f2f6230d9f446a706fed5902ac90e254c9 2.04 MB 3,605 13
809,365 809,365 000000000000000000008dd2c65049ae10d4f1f0ffe837dd5ccbfc973730567d 2.00 MB 1,213 16
809,364 809,364 00000000000000000000805bab303ea8f76450fc423722bdd5436db6f52bbf59 1.61 MB 2,315 22
809,363 809,363 00000000000000000001e5a5e93272f2e0e5616f613d245bcaac2b64abfaf7d7 1.82 MB 3,586 10
809,362 809,362 00000000000000000002b814316d5af668eed03db3539356696e3ae0adc6e9b9 1.76 MB 1,446 14
809,361 809,361 00000000000000000000710f945a6dcaeed5b8678c31ef70e37695ccafa3fcec 1.67 MB 2,494 12
Previous 10 blocks ↓
Total Size: 776.90 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,479.20 GB sent, 132.97 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.