Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,111 transactions (0.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,987 000000000000000000022b910000000000000000000000000000000000000000 0.64 vMB 2,096 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,986 (854,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,559 57,559 000000000844b088254de3ed2db6b5e9807ced62f709f108ef67e063da124a09 0.00 MB 1 0
57,558 57,558 0000000004c5a3098cb3f40465b57fd1cc61df1dc0bf02e8b34993c1f3d81d79 0.00 MB 2 0
57,557 57,557 0000000004bbdbf00a28b06eafaad0e6766294ea20c0cb43d0c0df16a6dd15ee 0.00 MB 1 0
57,556 57,556 000000000520b7442fbc93e3cce85cc5eba7568b1c258592a5bc2b077f3c8f19 0.00 MB 1 0
57,555 57,555 0000000004af39e3bb0724e146bb7815e87182bced9035ca80babab2d60656bf 0.00 MB 1 0
57,554 57,554 0000000014ef6c08b1ca43d12a0537f236682c93403460c859a53f574e869707 0.00 MB 1 0
57,553 57,553 0000000004184861e1772350e831f3551e7bc9b4e86b810a61b1c436355568fc 0.00 MB 1 0
57,552 57,552 000000001376af7ddb8c6fc197d6c2c6fdae7c675f138050089bbae63eb36e41 0.00 MB 1 0
57,551 57,551 000000000a10bf62aec2fc5de9272ac9a087cdb0e6369c6d1035c4ccbcb07dcf 0.00 MB 1 0
57,550 57,550 00000000082f13ea6d46d268d9ec423f5f2f712645b32400071f418be3d0e7d3 0.00 MB 1 0
57,549 57,549 00000000024d9ea9ba1ad822b33f2a398763dbe413cc2394a64025a376ce29ae 0.00 MB 1 0
57,548 57,548 000000000b4382b0de50cff7d6e67bf511bda459259f2e4220019ee455a82954 0.00 MB 1 0
57,547 57,547 0000000012de54d851e79d5ddeb1d285332bbe261de4a1a73f372a6b1caab30d 0.00 MB 1 0
57,546 57,546 0000000011a042fefefd90d3a4da5e4355096915784eea902ba742f2aa725cc9 0.00 MB 1 0
57,545 57,545 000000000b087703a6f32fd9521b035dc218c4c44ffeeb0c1c99716b0f4bf2ba 0.00 MB 4 0
57,544 57,544 0000000008a390698f689201bfb682d070ae1d9f9458ecc2de37542b1547e0f9 0.00 MB 2 0
57,543 57,543 00000000133ccaf45c8a30a02fa98e0861c043791a4a2f77e92ff313079efab0 0.00 MB 1 0
57,542 57,542 000000001150685fd2a80503ea0e5e85c2bfc2ed2d78402761f97477c08ddf8c 0.00 MB 1 0
57,541 57,541 000000000b6441ed9765dae938664114c23d4f0f0cdde9363b552a9a5f0a9a2f 0.00 MB 1 0
57,540 57,540 00000000071b75b40121277d8e111a9a35efeb7c422319fb9356f81b454d4d56 0.00 MB 1 0
57,539 57,539 000000000f2d7da8ce8ea9cb17f5880e4651ed9eb0bbb3d2fd47e9fe8b6a9f86 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.06 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,503.63 GB sent, 133.76 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.