Explorer IconExplorer

Memory Pool Memory Pool Refreshing

830 transactions (0.40 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (5 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
909,332 000000000000000000022cb30000000000000000000000000000000000000000 0.40 vMB 830 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,331 (845,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,020 64,020 000000000ab5e238e35b1ea2fb7ca6f25aedcdbaf26ac57efc0d28090d026dd3 0.00 MB 1 0
64,019 64,019 00000000089fc0c870820804a3a745fdbd8db4ceb7a1f8304bd4d9e026c3bc80 0.00 MB 1 0
64,018 64,018 0000000000f8f66448f65af4dc0313dfa8c1848b4c9261e5a598de1031f09e82 0.00 MB 1 0
64,017 64,017 00000000065ed40640bcc080806fc89885986bcd01673a73456bfea62e2da9dd 0.00 MB 1 0
64,016 64,016 000000000849e02069439159949f6d9f209c900fe61d1ec796769d89cd13a6bb 0.00 MB 2 0
64,015 64,015 00000000030fecd6aee77d8b9e02325372b24a60bd9c84a108d52c0d3b5f5128 0.00 MB 1 0
64,014 64,014 000000000b199f75056e01c6b71a816b4dc760cea6ee1fc63379167bc9f3bfea 0.00 MB 2 0
64,013 64,013 000000000a45e4bedb38a580613fdad7e031e19c288a6515d1d9db72d03c22e5 0.00 MB 1 0
64,012 64,012 0000000002d1378e3c22f7221d9c76edc2ff4df641b7354f18ea134de4174a04 0.00 MB 1 0
64,011 64,011 000000000a4a4c68b5a5ee30cc400c3c3a38077deaed4fe7e7c190fbeceefec6 0.00 MB 1 0
64,010 64,010 0000000008569bc586827569e5814add498729349278970b5b2cf2852b018856 0.00 MB 1 0
64,009 64,009 000000000739e8ebe98c44100d895894bb2ca650331871134c750d847b4aab72 0.00 MB 1 0
64,008 64,008 000000000442d4b9fb88de349e87c34f4dc117b843c7985bc213504a1c055733 0.00 MB 1 0
64,007 64,007 0000000004203dc828bdbebab4fbe032b16c54ad03cf3eda920374861bb1aaff 0.00 MB 1 0
64,006 64,006 000000000c21e7701899ed5954869d770275a157e0cb599b6a023ada6f10b866 0.00 MB 1 0
64,005 64,005 000000000007ac1c780012f30a4802deda332a80f36148c8751b5b4541198c15 0.00 MB 3 0
64,004 64,004 00000000060a6197c1a4584797707332a592fd4ecf6002c85a546617479d3e11 0.00 MB 2 0
64,003 64,003 00000000031fef17cb01987df72335d096760747fbcdd3c554e9a16647741f4e 0.00 MB 1 0
64,002 64,002 00000000056f7005eb8e9fbb46e56eac413c519b906995682af290416b48d738 0.00 MB 1 0
64,001 64,001 00000000005e61abe20a48deb7dc94ea3ff37ea7b5a57b1519fb708ea5967013 0.00 MB 2 0
64,000 64,000 0000000003d7055b51d7b9ab693de84c03201fe0396af61dbb30bf31445d3f55 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.15 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,066.73 GB sent, 108.93 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.