Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,709 transactions (1.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,659 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,846 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,658 (874,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,832 35,832 000000001dfe79907a73714679f7ec68920c157374e29c05e8f8ad7aa5d4ff04 0.00 MB 1 0
35,831 35,831 00000000739eea82cd3abbc87a90d1dfee5735121ac5045d65856af194e22ef8 0.00 MB 1 0
35,830 35,830 00000000668c380ac855d102c552211dc347543d368638e4f2877ab94ea2c736 0.00 MB 1 0
35,829 35,829 00000000917bafc1dd09e279395dad434cf59a417ede3df419b9e834a53a92d2 0.00 MB 1 0
35,828 35,828 000000001ec6caae7e890968b4b876deeea2d543c0a4be9566fe9388dedaa8cc 0.00 MB 1 0
35,827 35,827 0000000053307564abbfa7f5da9afac62e5c5ee6a1295a845507bf63cfa3c20b 0.00 MB 1 0
35,826 35,826 000000001dc939c78c0c3d26aaafcfd997a7d70c7d098723302bce54edf4bc07 0.00 MB 1 0
35,825 35,825 0000000085795059fd253b234b636a7eff5da4b4b57ae884813afc598594299f 0.00 MB 1 0
35,824 35,824 00000000a7270f5936dff517e6688dee94cf258cb6beddab33b3f181e8bc7383 0.00 MB 1 0
35,823 35,823 000000000043fd29c5c4923015030eb09590ec1fa1ee7ccdfd182f1a7f6ad09a 0.00 MB 1 0
35,822 35,822 0000000037d0e60fb49835e83c355e59055cd4c47e7bd7ff54729213c4867e69 0.00 MB 1 0
35,821 35,821 0000000006c5e6b2f2e13af7a6811b315ab1aa885a07063396e2728943033b05 0.00 MB 1 0
35,820 35,820 000000009f7414a8690ed4f0aa250ec5b01d2e61866218ec7bc0b7003c1a7f0c 0.00 MB 1 0
35,819 35,819 000000007c1acded0ae22f7916dadc722ce8236297d1d39dd6110a7272f9d770 0.00 MB 1 0
35,818 35,818 000000006262b7784cb5356eb9debe3115faa125f13228bf2d737e8823d63646 0.00 MB 1 0
35,817 35,817 0000000044f9200bbecbb323dfcf7a29022eaeb309c3b9f8a855b15529c91fc0 0.00 MB 1 0
35,816 35,816 000000003f62d762ae17fa1a48e34f3e9f1ed5417f71742ef2e6b84bcad55b1b 0.00 MB 1 0
35,815 35,815 00000000167b4667c39fa4bd95ee1d3c06500f2b39b20836616db93909623ac4 0.00 MB 1 0
35,814 35,814 0000000029fc8f63be599e027fe568ee6527a5867ca119346ae282e3c5dd82be 0.00 MB 1 0
35,813 35,813 000000001893d4a5b275d3e84d667110563924b151692e2b6cf54ecebb894c48 0.00 MB 1 0
35,812 35,812 00000000b30bcddc7af71b381064231492be31bdbeb360758b9e87cb06b56c85 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.59 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,281.06 GB sent, 121.56 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.