Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

111 transactions (0.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,738 000000000000000000022b910000000000000000000000000000000000000000 0.03 vMB 111 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,737 (837,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,067 74,067 00000000008f85275f9d90001492cbdde0778cb16da212a3562e2e3fd8e7c566 0.00 MB 1 0
74,066 74,066 00000000007f29e22166380cd215aedbeacbaabaeca92139205d393d77334dbb 0.00 MB 5 0
74,065 74,065 0000000000438a6a81a553a17e7a870625394cdbe523ac02cfa67e3f70a52ccd 0.00 MB 2 0
74,064 74,064 00000000007a16cf2ed9f231e8743c77ca1ee0709066511ac808f80b7b15a61e 0.00 MB 1 0
74,063 74,063 0000000000608dd52731e4021a98804e29e24db590db9cecf088785d34052234 0.00 MB 4 0
74,062 74,062 00000000001324f7b3fda53d80619950cf8d9660b9090c19fc311e34bb7038dd 0.00 MB 1 0
74,061 74,061 0000000000a7005b3d2aeb1cdaf78e19e7085fde68472562718c94462659e6ee 0.00 MB 1 0
74,060 74,060 0000000000696f0dcb58c7f220984ec3942eef815414d4297d269c6023852904 0.00 MB 1 0
74,059 74,059 00000000009d39c50bcb0c02159da77b0885e6a4028f7657d578ea12654c33e6 0.00 MB 7 0
74,058 74,058 0000000000abb08e0d539140a1e7388a9aa1c76e0bef7f5a42f4a6e1124aefe8 0.00 MB 1 0
74,057 74,057 00000000007ac552f1112492c7c84ab548cfec6c218af94a5932102afdeb4ba3 0.00 MB 2 0
74,056 74,056 0000000000358c30040d47fb8144c3da8bb4717bee8fbd78309cff01fe1af9b1 0.00 MB 1 0
74,055 74,055 000000000026f0f5e84e9c7cfc31174270f11a4bb92a46b6acaf53bb048dfe71 0.00 MB 1 0
74,054 74,054 0000000000086a4525d4071d06f9a30db01f385fb579a0be0187f5b52f196300 0.00 MB 1 0
74,053 74,053 000000000065129ecde7b661d971a7d17e0d163e4575d466749388ca08904b92 0.00 MB 1 0
74,052 74,052 00000000005f91e11312752e9eb1782b07ba1048b1451a6ef97c1f648e18df87 0.00 MB 3 0
74,051 74,051 0000000000791ea6e3c031eb0ed9bdbe4ce8cdee46c309814f1eb49294da749a 0.00 MB 1 0
74,050 74,050 00000000001ffff62c10de176529065f48a5377e17f6d317dd3336a4ab5cfe22 0.00 MB 1 0
74,049 74,049 0000000000aec7b981fd7ef09ee5a051081ac3991bb3af41c9a7b1870bf31af8 0.00 MB 1 0
74,048 74,048 000000000001ba3f0bd5f3f73cecb8bed04c2def1e575fa58c55d9d6a3b30c22 0.00 MB 1 0
74,047 74,047 00000000007d91f68f34647d838f4917bda28cd800dbabf6b3980b04933afbf8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.60 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,427.74 GB sent, 131.57 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.