Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

470 transactions (0.15 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,370 000000000000000000022b910000000000000000000000000000000000000000 0.14 vMB 464 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,369 (190,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
720,956 720,956 00000000000000000003cd084312812e0951ed619d40ea0738eedf0d055db14f 0.92 MB 893 2
720,955 720,955 000000000000000000061ba9e4fc3aa167f74d0e1707c896f99ebe9ac8ba8c4a 1.65 MB 2,349 4
720,954 720,954 000000000000000000047a874f392632fde6790424f944ef39a05439ba631e27 1.67 MB 2,334 10
720,953 720,953 00000000000000000000331cc1da616d4e6c7a03fa7daddc4df99299bfb7de7b 1.49 MB 2,849 10
720,952 720,952 000000000000000000049c9825413954ad852dff6533f56e1f1e7804c7cf0dcf 1.37 MB 2,485 8
720,951 720,951 00000000000000000008a54ef2c3c7a0a06297999901f1450993bfa11b713357 1.45 MB 2,953 18
720,950 720,950 0000000000000000000a6262de35751188296c68b781c96802ed7f1825cc4289 1.61 MB 2,070 9
720,949 720,949 00000000000000000004d72cfea9c45f364e10611406dbf2cfae200d19142260 0.70 MB 971 7
720,948 720,948 00000000000000000000f2b06b3895f64c9272a7f5db6ce0289463975b9b3bb5 0.29 MB 550 12
720,947 720,947 00000000000000000008c8df10f44769f3ee529179fafa4f8ac6c7592a28fbca 0.08 MB 198 11
720,946 720,946 000000000000000000060b6ff3ade916da36c904760734fa987cd1c6beeb3bab 1.05 MB 2,083 10
720,945 720,945 0000000000000000000721b8d1cb03afbbfed5912b709c8deff5861ee435cb4e 0.78 MB 1,847 10
720,944 720,944 000000000000000000040ab3a9737868f4f408ce0de61497f7a8fdb0a914ff87 1.85 MB 1,650 6
720,943 720,943 00000000000000000008674e0259616fe31ca686ef6dcbd0ec60636713fe910d 0.16 MB 279 11
720,942 720,942 0000000000000000000152c1667376d350beb2eed050315cdc4fd2e3fe7972f2 1.11 MB 793 6
720,941 720,941 00000000000000000003762c86cb12bff5c93379dd5f95d26abcc1916350a007 1.31 MB 2,115 8
720,940 720,940 00000000000000000005681e141a3f41bfe99d0038113b17cc670ac4a0ed3542 0.65 MB 1,222 11
720,939 720,939 0000000000000000000595470efd5e082cb17998a8e13d67af6cecc6db0409e6 0.23 MB 528 12
720,938 720,938 00000000000000000002d7c47493bb34a86c5b347b17761f15f71067e0899d95 0.14 MB 270 2
720,937 720,937 00000000000000000007de83a5ab489dee8daf08ded6ba57a15fe92e8cc090a8 1.54 MB 3,285 12
720,936 720,936 000000000000000000032ff4b16f885725c4a158b892f583e33a410eba6cd5a0 0.13 MB 320 14
Previous 10 blocks ↓
Total Size: 775.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,401.83 GB sent, 128.46 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.