Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,715 transactions (1.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,686 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,574 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,685 (35,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
876,387 876,387 000000000000000000012cefcd25706f78739bd3bcfb34f7529911d90a895a7b 1.60 MB 2,026 4
876,386 876,386 0000000000000000000161d63f64801e25eb9b99775f127b2f1c6ef785b7c2cd 1.58 MB 2,298 3
876,385 876,385 00000000000000000000f869869cac05fc12b0567c42e84599cc426332e99ea6 1.36 MB 1,360 4
876,384 876,384 00000000000000000000afd6a0d5a7e9c184f9832331f0621b8dd1bbbbc3ec35 1.29 MB 975 3
876,383 876,383 000000000000000000024f93d33c10b666ca518ed7dacd979878fcdae0cf591b 1.60 MB 2,583 4
876,382 876,382 000000000000000000022b700dcdd9c43201992941f8b9de87d6f2287b81d986 1.80 MB 3,420 5
876,381 876,381 000000000000000000012d1d5580ed6d537dd2b2a9f1ff638c1feddc2e055a82 1.55 MB 3,339 8
876,380 876,380 00000000000000000000de59e73bcb5cafd77042243ca610620d26241a0fb986 1.15 MB 463 3
876,379 876,379 000000000000000000021892f42cd948fdcf58dd13f334884aee5542d7bfbab0 1.56 MB 2,275 4
876,378 876,378 00000000000000000000a1f7fa4c5fbfe945ccac30a242b7dbdfd83240766989 1.67 MB 3,431 6
876,377 876,377 00000000000000000001afc4d3686caa480a97b2fdf0e40caf48f7acbff1d689 1.59 MB 1,631 3
876,376 876,376 000000000000000000017c75a6e26e0d54b5331062fef4f3b1e5b86a0605eee4 1.37 MB 1,436 3
876,375 876,375 000000000000000000026442c51f93e37bc953b70cc6919f48cf45a5637502e3 1.92 MB 2,026 4
876,374 876,374 000000000000000000012b3276a44cceb2cae086b904080cd242d1fb8cf048e8 2.19 MB 2,373 4
876,373 876,373 000000000000000000013f9a9e23707cb11d5f58aa3ff54cbf55e6835e270309 1.60 MB 3,515 7
876,372 876,372 000000000000000000009cf70a1ec90a4acc29a61634f58d54850e514ce6bdf2 1.61 MB 3,687 6
876,371 876,371 00000000000000000000462392603294aae281acf4040f239b8952a01e4c8592 1.82 MB 3,036 5
Previous 10 blocks ↓
Total Size: 776.51 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.40 GB sent, 131.17 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.