Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,772 transactions (0.73 vMB)

Priority:

  • 1 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,686 000000000000000000022b910000000000000000000000000000000000000000 0.73 vMB 1,760 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,685 (553,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,490 358,490 0000000000000000153e784d11e7daad4c9a62b4b035014e7a90a6fae8271343 0.23 MB 517 59
358,489 358,489 000000000000000015fa8009f0cfd1e070157c86a968889900f23366fd0a3cd7 0.58 MB 1,085 29
358,488 358,488 0000000000000000033671301f7756d5c67f5d9e85cc35f8535686ad74943bfa 0.67 MB 823 7
358,487 358,487 00000000000000000f3580558a7d442ad0f6dc2abbaefa4c36175b603330ba26 0.22 MB 377 25
358,486 358,486 0000000000000000102086f9712841bef3b7239d4ea4ca9758e64b4971ab84df 0.33 MB 587 22
358,485 358,485 00000000000000001246965fb5fdb103e409dcbd619e450e70de9dbfc87b0c2c 0.52 MB 913 23
358,484 358,484 0000000000000000093f436254f33cb57155eab7980a16c1fa2ca013261f9181 0.62 MB 1,062 23
358,483 358,483 00000000000000000e0bde654878a54f879dabacac6c537d1db310ce7a4aeb01 0.41 MB 735 24
358,482 358,482 0000000000000000043e22f0db9ac3fbfe32f4359800bdc6d44f1a8ab0469eb2 0.25 MB 309 21
358,481 358,481 000000000000000007a2df8bad8a3a5e5116c30a166dffeb78e647ea449b6247 0.28 MB 571 23
358,480 358,480 00000000000000000428f566c7783a9c6186e83039963033b90e0e952a3d1957 0.58 MB 1,123 27
358,479 358,479 00000000000000000b67817a5218c177a5add807edf6781954f965739fa9d7eb 0.59 MB 1,116 24
358,478 358,478 00000000000000000cf23a3f5062cce7cd343f7fd6de6a604b303ebb9c087203 0.02 MB 44 32
358,477 358,477 000000000000000005ebe4c399ee5a764f884a16a128174363621f745e193bae 0.10 MB 36 7
358,476 358,476 00000000000000000710ec79438fc686d123de6f3492db407d817077c7b55b4d 0.09 MB 141 17
358,475 358,475 0000000000000000067de4789c46e27d58ac811747c973c0ae0f2bd6d584edc8 0.15 MB 266 13
358,474 358,474 00000000000000000f57e903d20bbe85c1b864b2cb67daf6d2892393b56796ae 0.22 MB 413 25
358,473 358,473 0000000000000000108b853936f22904bd431a34a721b1fee8b1c08c0584eee7 0.47 MB 1,005 30
358,472 358,472 00000000000000001357dd3be5431245237532904980931546f3feda987244ba 0.36 MB 685 19
358,471 358,471 000000000000000015086ae2c1b7a4c0af077a54387319937984a2bce2a7b6e4 0.75 MB 1,250 25
358,470 358,470 000000000000000008b398438e365f9fb5d7867cbf2f041978d96b635a38e988 0.75 MB 1,634 28
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, 113 incoming
  • Data Transfer: 2,425.39 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.