Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

185 transactions (0.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,676 000000000000000000022b910000000000000000000000000000000000000000 0.04 vMB 175 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,675 (894,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,531 17,531 000000003a08136d53e23a9410a779f43a4e90043a60c8ba4bdcf37aed383dba 0.00 MB 1 0
17,530 17,530 00000000985189c66d316560887774d04de50d4876783beb86060dc59a321e5f 0.00 MB 1 0
17,529 17,529 00000000072ab9376aa6448888aa06fcd183aa1b55ee31ce52863c082b3bca87 0.00 MB 1 0
17,528 17,528 000000009ae6547f04d014edf6d66edebee2c239a79037cf4bb6e70ee1837bb0 0.00 MB 1 0
17,527 17,527 00000000973b746eb9c1845e1a0d318a7d8bb15f2ce85a1f1169f99811be42fc 0.00 MB 1 0
17,526 17,526 0000000051e91fcb9d40884a925a9821433987d15b2b9e622af213000cf704f3 0.00 MB 1 0
17,525 17,525 00000000ba145ec0ead7e66500d3e4e9795a885d9968f61bbcd52abc4859c59b 0.00 MB 1 0
17,524 17,524 00000000da591b0e0b7fff9afb430ada1774c3ad3c56fdd73abef4391f7e9c87 0.00 MB 1 0
17,523 17,523 00000000d5bb73cf38a72e9f4604b4da52ab757e80f168dd04b6b3f950e0e2a5 0.00 MB 1 0
17,522 17,522 000000002d89d00e9b9e7ffce73bfc98797cabfd17a03525dff6e5227ee99e1a 0.00 MB 1 0
17,521 17,521 0000000076c7389d5641ff5b2d050952ad141255f0332d40b32fded85aeebe33 0.00 MB 1 0
17,520 17,520 000000009399d5c10eee6c3b308cdd72fd1323cd6845de9a95521ae3a0f19920 0.00 MB 1 0
17,519 17,519 000000004a7badb8326003b61a05b78a7ca3c9e7f7d3962b9d07f391b407b6f1 0.00 MB 1 0
17,518 17,518 000000008be8b184074a77675bec0124090623badfbc36d9d680952ca6eefcd7 0.00 MB 1 0
17,517 17,517 000000002e846b9ff5a48c5602845846e824cbb2f0fa21f597683c980cd62124 0.00 MB 1 0
17,516 17,516 00000000e0aea09c7e56c2260e3623a4fe69272dad4e90f77a71ccc49d15d538 0.00 MB 1 0
17,515 17,515 000000000a411c999f76b3f74745250cfe0c30a676cb1c022cc8b5aeedb8843c 0.00 MB 1 0
17,514 17,514 00000000d7e38b0bf79a786034d766334c481a386b91b46eb3a9583350d88abe 0.00 MB 1 0
17,513 17,513 00000000be30d8a93bdb2c160acd672f9adc692d119d70d2ce1da6ffa3cdb073 0.00 MB 1 0
17,512 17,512 00000000e6e737cb957366138c1d7eb0f40964be63b8b4b2db9349ee08054d1f 0.00 MB 1 0
17,511 17,511 000000007a8edd6fb08c0d9bb9ee8ab0898c88ce4278e7c3b9152ab4047a1d45 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.49 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,425.01 GB sent, 131.07 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.