Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,083 transactions (1.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,993 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 1,901 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,992 (48 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,944 910,944 0000000000000000000164cf08e7565c8ed401e67735343249b710ba6fdcdbb6 1.73 MB 1,936 2
910,943 910,943 000000000000000000022a8a87911a54ad9007a2d09972db9b7aa449138becf7 1.57 MB 3,065 2
910,942 910,942 0000000000000000000205185fb3fab5e3cc2027abca569ef58994d0d3fdfd00 1.66 MB 3,221 4
910,941 910,941 00000000000000000000c88a1039e63c56f79e9df5a5565c432b322ccad60ca8 1.63 MB 3,144 4
910,940 910,940 00000000000000000001cd674c539336bbc568e34af405c3e7487ee8fc2d7067 1.56 MB 2,539 2
910,939 910,939 0000000000000000000055e6a5afc3518f7bf5dbb57fe60cbdad71fe0c01b586 1.56 MB 3,926 4
910,938 910,938 00000000000000000000b34f4bbb4554a329032148ffc0154d205c9d60f58954 1.58 MB 3,241 2
910,937 910,937 000000000000000000021bcf05c5d39a2fa9fe674ec25b285a6969ea642f7bc6 1.56 MB 4,116 4
910,936 910,936 0000000000000000000120ade36f4909e5d99dc34dbadc3eb53e68c3372ee149 1.72 MB 4,913 0
910,935 910,935 00000000000000000000d80d5d7f9b7aaed6ce05d33d67ff9cbc2144eedff80e 1.85 MB 4,100 1
910,934 910,934 00000000000000000000da80d1c5f34555be733b6cb0893bc66e2288aa104ee4 1.56 MB 4,001 2
910,933 910,933 00000000000000000001d68be19848a80f4cc656bbb4e0f27248e6dcb55938a7 1.78 MB 3,506 1
910,932 910,932 0000000000000000000218ea5f97ec359b9f867a795bd0f68f94c32ed464848f 1.78 MB 3,977 0
910,931 910,931 00000000000000000002210732d28deabd738a2dd1f995000d03e45c39d02805 1.77 MB 3,426 3
910,930 910,930 000000000000000000001ef8a16856731610e1897249bf418e19774393670a6f 1.85 MB 2,656 1
910,929 910,929 000000000000000000022bd17edcfaa46b50d10a1e75e9e4746ee9eade804214 1.85 MB 3,388 0
910,928 910,928 00000000000000000000cf88957ae6e9ff9f11de7a59fec703f2b7dc220ee4a0 1.58 MB 3,057 2
910,927 910,927 000000000000000000009e50eb8b8c7c7556b60b68e3fd78d663257d766d9a1c 1.75 MB 3,966 0
910,926 910,926 00000000000000000000ced6b8a3987bada08933cbcc2ac2759fd2d70950d9ec 1.72 MB 4,455 0
910,925 910,925 000000000000000000004cd98df58da0fdde71a12b905f31b5bfb804ef803f72 1.51 MB 3,125 2
910,924 910,924 000000000000000000000a686a5fdfb65f8559130e0063a0e34e1f90d9d1f9ec 1.56 MB 3,519 6
Previous 10 blocks ↓
Total Size: 775.22 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,359.76 GB sent, 124.85 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.