Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,551 transactions (0.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,569 000000000000000000022cb30000000000000000000000000000000000000000 0.59 vMB 1,545 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,568 (891,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,574 18,574 000000003149d5323b9931169bb6bef5313c970056927532169a7dd6afdef963 0.00 MB 1 0
18,573 18,573 00000000110fe0fcb4ac8fa84a436eb17b233df7235f0f655bf12551474bfcf4 0.00 MB 1 0
18,572 18,572 0000000065a7a9e4ddd6a09f827633c9e4d401046513b8748fccc0e128ea98bb 0.00 MB 1 0
18,571 18,571 00000000f0d346c637791e67747ca4760f93ce70aea193f4f56ca3d3ff8403ab 0.00 MB 1 0
18,570 18,570 000000006ecc784273a805b6988be6d23a6493a1ccd09397ab18f1fc82dd3159 0.00 MB 1 0
18,569 18,569 0000000053c67ad57c19ffc2943bd5bb0fe7fa489135e852e1c60d1df3428bf2 0.00 MB 1 0
18,568 18,568 0000000000d11330bd5f2aa30f77be8be91842886099fc13c116af0f8c9d1553 0.00 MB 1 0
18,567 18,567 0000000031bf758e9b190523d4b47b9b98928086e95379170f5dd3c6cb324a10 0.00 MB 1 0
18,566 18,566 00000000553fb9ca1b8d6afc89c15d53656e8b259de4cb9a22ca42a55fa5703c 0.00 MB 1 0
18,565 18,565 00000000ecab9afcacf4d3dc2a6192fff3a5edfbea4ee9f98789a0ae18b88316 0.00 MB 1 0
18,564 18,564 00000000561837a4c75fd99a3b0c2e07dc3dbc33418c5e98466966e5a51baf30 0.00 MB 1 0
18,563 18,563 0000000063cf0fba9ab48313905e51f81c915b21fa6618c5d0eedcd1b0ed76a6 0.00 MB 1 0
18,562 18,562 0000000041a2520796bd4b1fc679e029733913f29c306f7f6698de1436f811ce 0.00 MB 1 0
18,561 18,561 00000000340fe4ce103ae3397da54add9d9394234e5b2667a8409e0972cacb0d 0.00 MB 1 0
18,560 18,560 0000000044a5155ad6a198ac2ec28199d1ebee7b5b14bd20f9962cd288910bec 0.00 MB 1 0
18,559 18,559 00000000e1fb6f89fa797b76416697856eba7c2cbae9e0e13eeb0d90b4a09795 0.00 MB 1 0
18,558 18,558 000000007dd0f5bb862d273907df5dc8945a100d5f70094bd4254893906e5678 0.00 MB 1 0
18,557 18,557 00000000f72eba67599a46daed7e35ec4c2d77873febe701c7ac317d7ff8fa1b 0.00 MB 1 0
18,556 18,556 000000009a19c8ca1047e98e09967acf4cdb47e7907436afe0fbec4ba390570c 0.00 MB 1 0
18,555 18,555 00000000c126627cff38267ad04012187e69278c02915cd42a4888cfe8fa2371 0.00 MB 1 0
18,554 18,554 00000000b06df38e401175dd1985a0adea516214622475f6380d2bcea316d972 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.43 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,252.86 GB sent, 120.70 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.