Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

966 transactions (0.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,648 000000000000000000022cb30000000000000000000000000000000000000000 0.27 vMB 946 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,647 (832,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,851 77,851 000000000040f5d7c8648b998b0e1778b7fa263845820e796b6a91f396681c7a 0.00 MB 4 0
77,850 77,850 00000000000d6ccb28c8e741256d5e02fee94fcd5fb2bb594d19504a060c72c8 0.00 MB 3 0
77,849 77,849 00000000002a7082cfe77747156927a395be317df2737df5bec11ae121aeb005 0.00 MB 2 0
77,848 77,848 000000000059b7fd83dd824ca27cb7956777357cddd1d3e283578a11cebc25d9 0.00 MB 2 0
77,847 77,847 00000000005fe68b645f8c7385b2427d3da61f8e5472e35376bbbaabdf176bbb 0.00 MB 2 0
77,846 77,846 00000000005082bb80dfbe6169645ef18aaa24ff7aff283fcdbe29a5afadc99c 0.00 MB 1 0
77,845 77,845 00000000004b0f4885bd512120e669a054cb01c129d77e3fa660a1c8e9649b7b 0.00 MB 5 0
77,844 77,844 000000000011f9494e0605dbefa45bafa3854de40e47be8c62810ab683c762b3 0.00 MB 1 0
77,843 77,843 000000000054bbd1efaf8181f21641cdd042d8fb76c28f1a7fa24a1dbbaa9bcf 0.00 MB 2 0
77,842 77,842 000000000017015727d675a656a282f56e4d49cae61ae456bd9c541660c292ea 0.00 MB 2 0
77,841 77,841 00000000001b5a7204be4dc0f1dc442ea1203325bb0c7dab0d00396c4d63fbc2 0.00 MB 2 0
77,840 77,840 00000000004786d9f59329f13fa6a57ff66e502f74771934c30b4649da0904a7 0.00 MB 1 0
77,839 77,839 000000000004dff1aa4489497ff672aade8e85f2d9c4ee495ed54ce7fb3fbf62 0.00 MB 2 0
77,838 77,838 0000000000679066c2559d65ad8fde80376562c25c8c28931d9feb3ffcc15b39 0.00 MB 1 0
77,837 77,837 0000000000250c80d330b47063e6be37deb655fbd34801a2f4fb91cc334533df 0.00 MB 1 0
77,836 77,836 00000000004c4a7c21c435aa687e6430987103283bb8e74ac43db1c70de4b128 0.00 MB 3 0
77,835 77,835 000000000050809c831aaefbd33a45adf58224eed9344da5a1612791eb534342 0.00 MB 1 0
77,834 77,834 0000000000295f10162805afa1b5479699b5a27c8e417483d39ec25f349959b2 0.00 MB 2 0
77,833 77,833 00000000002dc38a8cffa039e357255ce62750990b1091ddaddb17c40e2eee56 0.00 MB 4 0
77,832 77,832 00000000000c9fff5b3a3245366f85bd29bfee2ce1ab9dad04093cb7d2759c43 0.00 MB 1 0
77,831 77,831 000000000018ac379266acaded018ed620531410cf11d06cdbdac59e94e66fde 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,279.68 GB sent, 121.45 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.