Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,984 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,350 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,820 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,349 (847,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,851 61,851 0000000005ad92f1603ed55761908a74a63689afb1ec3e5c8f69c07fe71f1761 0.00 MB 2 0
61,850 61,850 00000000033e32ef807e692fbbeae9d8f23efa6e6389d14c2f3776fdda2b47ae 0.00 MB 1 0
61,849 61,849 000000000dbad43f133929fb458c282f2ad4fb591d8cf581dcd94a621cfc50b5 0.00 MB 1 0
61,848 61,848 00000000025f4c4a94e12aec03a2d8375eff30f1654e7ab6d90322dd2fbce173 0.00 MB 1 0
61,847 61,847 00000000042bf0076057bb9fb959277711a3f832f9dc6617b25b299129c5cb11 0.00 MB 4 0
61,846 61,846 000000000ad1ffa4d78c7032784dacbdcf726d7ed45e15f5e5d26172b49c4e20 0.00 MB 1 0
61,845 61,845 00000000072a5076006e8a7b1ff03a253e25b4db5026e0950c8e3df7c1443ad2 0.00 MB 1 0
61,844 61,844 000000000e98cf1a7dbd81168061a36ce7a958e2ed336c53b90a130ecb2821ad 0.00 MB 2 0
61,843 61,843 000000000908df299d9037e4293db5a2449a1c616b3ca383cf825ef7440a037b 0.00 MB 1 0
61,842 61,842 000000000b0456089cf7de9ce88d4a37a5deeb252a6310079f8ff645c477ac42 0.00 MB 1 0
61,841 61,841 000000000b0a1b87b6b300a44ff49003924b07a9542fb7666d72b1a2cf7e4cb9 0.00 MB 2 0
61,840 61,840 0000000004f3e6adb1d76050f3e6eb8414f7043c3b010e54f23a950fb164a646 0.00 MB 1 0
61,839 61,839 0000000005275f69bb6bbd437a25e21d1ae13faa9cddd5c3572291bed9c9dca5 0.00 MB 1 0
61,838 61,838 00000000088562b7eb9bb4b68341e50f0e38589fd0eee8d7727e7f0f80567b4f 0.00 MB 2 0
61,837 61,837 000000000345cfb18f37df527ac6dd537a26c82bceae66da68d750e1ecd57043 0.00 MB 2 0
61,836 61,836 00000000051f3c77afea207c685136750e68a2b060da70c0fcb646eb7fc872fd 0.00 MB 1 0
61,835 61,835 000000000c4466a25ade532c35111aa3bf67ebc45ce6642f28a3a866dbfef8c9 0.00 MB 1 0
61,834 61,834 000000000b2ed02152a7726c5cb22354e27e0be421114e6917c98e71a2af2cec 0.00 MB 1 0
61,833 61,833 00000000020c4c16b4ac85c6bbc700a1d90eeb960a8ed942873067ed1dbbc90d 0.00 MB 1 0
61,832 61,832 000000000127c8a2ba41195f00493b0b07c30c184c40fa0d7ff48a50096e7eff 0.00 MB 1 0
61,831 61,831 0000000007a879f4b5cffbba9a6cfa3754840a6be0dbe52dfa384ba38c7dfa00 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.19 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,068.09 GB sent, 109.10 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.