Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

421 transactions (0.11 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,804 000000000000000000022b910000000000000000000000000000000000000000 0.10 vMB 412 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,803 (180,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
731,571 731,571 000000000000000000014188b05bae29a91e5ff536df1f78bfda165ee3d89797 1.18 MB 2,212 9
731,570 731,570 0000000000000000000392d4c963f9d5d6fcf3a79f6790f92f9a3de4bd66f5da 0.12 MB 270 12
731,569 731,569 0000000000000000000535c303915303a69f10f85cafd65b8b78bcc5285a6295 1.45 MB 1,657 6
731,568 731,568 000000000000000000042ec0249bb4e9f583683f6d073d8521c52176dd689274 1.55 MB 1,220 1
731,567 731,567 000000000000000000028f22fe132cf29328159ad33831d2d7e38bc8f73c94a8 1.61 MB 2,942 8
731,566 731,566 000000000000000000092e770c7bcee0c2347e053813431eebec13b5b28c65d1 1.76 MB 2,539 6
731,565 731,565 00000000000000000003c729d28fa77119041b3ab4018e9c3e07b6f4fac97774 1.52 MB 2,551 13
731,564 731,564 000000000000000000065a60b95a061fe726e0db8bd2326a9bdb9152b52bb8da 1.24 MB 1,420 6
731,563 731,563 000000000000000000026c6b9cb91f534446cb3e0e24941088e6282e1a895b6b 1.54 MB 2,880 17
731,562 731,562 00000000000000000003621755043e8e53e3936aadc20c437801394128fc7653 1.57 MB 2,343 5
731,561 731,561 00000000000000000003811f1d9dd5208440e9d69a8c8730ba2e75ab65f56afb 1.43 MB 2,919 5
731,560 731,560 0000000000000000000347566d3c87b2c298603ab04f3a2c6f7c1a4ecdf155f6 1.48 MB 2,057 4
731,559 731,559 00000000000000000001debaf341a8cba420b4505f8537c53ebebb3b40aabc07 1.50 MB 2,789 13
731,558 731,558 0000000000000000000059331d124ada55a67200fefa511c782bbc175b9cfcff 1.59 MB 2,998 3
731,557 731,557 00000000000000000001385d8515bc8d1ce041c0b231f690b416503fe18c174a 1.82 MB 3,040 6
731,556 731,556 00000000000000000004c442a8a4442b2c5afc53883f182b2b0d0d38d7bef8a2 1.48 MB 2,422 11
731,555 731,555 00000000000000000007d70ea3ea0035ad54dd335c1d9a51d798f37ba6718f11 1.38 MB 1,275 7
731,554 731,554 00000000000000000004e5ce8ec20ad0829500b782bbac4956f9c8e7cfce9ff6 1.73 MB 2,240 8
731,553 731,553 00000000000000000007e6464e488f72a10e6bed92d41ed51c7f30ad5956fdd8 1.25 MB 1,037 10
731,552 731,552 00000000000000000007dfe9dd9fb3eae6626dc7917fbd4743cdd90988be2b77 1.98 MB 2,197 6
731,551 731,551 00000000000000000005a3ad2fde54427946f35d40183eb504ebca235f4a2dc8 1.60 MB 3,305 6
Previous 10 blocks ↓
Total Size: 776.73 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,449.58 GB sent, 132.18 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.