Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,979 transactions (0.71 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
910,516 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.71 vMB 1,973 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,515 (878,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,097 32,097 00000000334c58641c3b8a9bdce0faf774ba0e1cb0b6a8207c468174b842e9dc 0.00 MB 1 0
32,096 32,096 00000000e3ca912a0fab2d7b203f4ef35a09eef19a00506761b3735d84c7b622 0.00 MB 1 0
32,095 32,095 00000000045ce50152acfeca154fd9ddd7080d35e29468afd61a04e35b6bba3a 0.00 MB 1 0
32,094 32,094 00000000f3e5f19c1c148943a08e57d4066ad942adb933c3b2375f39f95d566a 0.00 MB 1 0
32,093 32,093 00000000e3464dcb548c96e1206a25ea4b144d6fe592fa1da7e515f8f8a5a980 0.00 MB 1 0
32,092 32,092 00000000bbb51a47ba445601ed940d715c7b085d34a081c8977fafb4884ffaa7 0.00 MB 1 0
32,091 32,091 000000002864d0ee58dc972a1e95e8fc429fae91540f737f02b2528d5c8be944 0.00 MB 1 0
32,090 32,090 00000000f902d10d309d7f77daeb616ea6b550f39aef733be41fca1361e5f7e4 0.00 MB 1 0
32,089 32,089 00000000a5c000dcd0e7ec1c85b1e2b6d2d2debffaf326369434052d10f386fa 0.00 MB 1 0
32,088 32,088 0000000055eca464d51e09adbf9b07b9dd048acd02bfab6ab134ca41d3a425e3 0.00 MB 1 0
32,087 32,087 00000000b574d15c470a479874f19ea232b8b26e3ab74201bfa48bfe4e2c3c8d 0.00 MB 1 0
32,086 32,086 00000000adfab959a70c842627272d1ab2124d5ced5e2bf4b656da57601096d9 0.00 MB 1 0
32,085 32,085 0000000052923169c41e14233e31241129b94c660bb5ac4d83490635a20d8cbf 0.00 MB 1 0
32,084 32,084 000000009d8ae5558f22026e2db8596c9260ee5be8f43ef7ac9d635df1479cb9 0.00 MB 1 0
32,083 32,083 000000009eb99e536e32e1371143f7fe4a796bd9132859c45f5f11e629616b8a 0.00 MB 1 0
32,082 32,082 00000000fd27375c6f8db36455a080c1d544e42eabe714b4b664d4788ab5bac4 0.00 MB 1 0
32,081 32,081 00000000d884690da7afe0e5badab49c41ac81b9485388ad33f8736f1a91f957 0.00 MB 1 0
32,080 32,080 00000000168df42fe3a0427ac9db1cded5436f3a643d8aa02bf0119bfeaf53c6 0.00 MB 1 0
32,079 32,079 00000000e1b208b62dacac01b7a4c4dd3cd5be6ae9fe02fd100b27f546da0ef2 0.00 MB 1 0
32,078 32,078 000000009364ffba16d0815de7064ee33d02cd897552e5cbfeb7d1fa6b751a68 0.00 MB 1 0
32,077 32,077 00000000bf73b9bbf7ebe87bc4c9bdc0302c12c6f345a86e3714aba60510f463 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.34 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,244.72 GB sent, 120.27 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.