Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,686 transactions (5.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,627 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,066 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,626 (832,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,860 77,860 0000000000680b9c90eb6b085fa69eeeeee9b44b1b0ecd0403e1d7708ecb646b 0.00 MB 3 0
77,859 77,859 00000000001996336fd77b79418b66c69e62d490ae580220aa95e7f27d4ed7f8 0.00 MB 3 0
77,858 77,858 0000000000668a8251a2c396b23077aac46e27d47d9a2e763a8b4a41f720602b 0.00 MB 1 0
77,857 77,857 00000000003665210f7738354a0447440bb3cc07b8704f19e111c0226f6d475d 0.00 MB 2 0
77,856 77,856 00000000002a6652e9c7f9874ed8c9beda04d34d3979fff5c905b6eb4054511a 0.00 MB 1 0
77,855 77,855 0000000000261f77c786523eb8034fea40259d45cdcad5956c4da3c73e20cc7a 0.00 MB 1 0
77,854 77,854 000000000047c9d34a799aec8bc1b2675e356a5dd40d33c6c73db635badbb60c 0.00 MB 5 0
77,853 77,853 0000000000649a2a75850f4f2efc8694a97477161ef895cb90440a3cdd1e4b2a 0.00 MB 2 0
77,852 77,852 00000000004a747dfa3045771973d4bf0fb1ad847990acd29125e2d92a562edc 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 774.54 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,262.23 GB sent, 121.28 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.