Loading Tool

Explorer IconExplorer

Memory Pool

52,829 transactions
29.70 vMB
0.14680785 BTC
Random Selection Loading Transactions
Max Size: 159.15/200 MB

Candidate Block

Mining Attempt f1fa63bea69c341b25b4a87b34f993c4158cfe365204d5c0838220919a1b0033
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 7358a752c46c7a1adf1aeb93c1e0b792f62567d8a9de057144e7a84aeacda407
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,072
Size: 1.00 vMB
Total Fees: 0.07504790 BTC
Feerates: 445.47 > 7.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (251,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,977 662,977 00000000000000000003294735cbe6664541927ad57071de7222f3033760740d 1,811 1.00/1.00 vMB 19
662,976 662,976 0000000000000000000c09547580097417b1ba2837527746d3dfe4d7316b26e0 1,904 1.00/1.00 vMB 27
662,975 662,975 0000000000000000000ee52741a644ed4490fbfded1f0e9a9161f03118795dd6 1,701 1.00/1.00 vMB 25
662,974 662,974 00000000000000000001f04719afccc3804206bc583335b73320528362df7fac 1,578 1.00/1.00 vMB 6
662,973 662,973 0000000000000000000566622c7ef8e78a58b55ddd1814f8825d122f0d677247 1,755 1.00/1.00 vMB 16
662,972 662,972 00000000000000000002ce65c5561d706c7cf38c92314ffa88b0f76d28a2a7c6 2,093 1.00/1.00 vMB 33
662,971 662,971 0000000000000000000a0b0f29cf09e9f3a159dbec54fc3559ae48580725abe0 2,179 1.00/1.00 vMB 45
662,970 662,970 0000000000000000000cd6bba349ebc540af87ee3e839cbc151acfd4f9e2135f 2,467 1.00/1.00 vMB 85
662,969 662,969 00000000000000000001cc8d97d3b959e2b827a1dff9db33bf3cb6ca39ce40bb 1 0.00/1.00 vMB 0
662,968 662,968 00000000000000000007cfc3eb29fab102f0a4fd6ca856d9658aa59c0b5f675f 2,076 1.00/1.00 vMB 22
662,967 662,967 000000000000000000019fc271436ec9a059b5820cb36c658b37094ec78961d2 2,716 1.00/1.00 vMB 59
662,966 662,966 0000000000000000000432bc7859be42604da27831289b6118da3d3ba03b8f68 2,305 1.00/1.00 vMB 22
662,965 662,965 0000000000000000000a7efb1c56ff290b70ebc02ae574b01f8928592415400f 1,932 1.00/1.00 vMB 89
662,964 662,964 0000000000000000000419631a4d9ba7a6fd2f141bf768c5f8e5a7deaf63333f 2,665 1.00/1.00 vMB 86
662,963 662,963 00000000000000000001b594484f353a59abfa2cd0cbbfb3770d2f390c421ca4 1,354 1.00/1.00 vMB 16
662,962 662,962 0000000000000000000e4e3d8814903e600c86fdae259429a9097b1af816570e 2,598 1.00/1.00 vMB 29
662,961 662,961 0000000000000000000a647f62de8e84030ce3361f44ed3555d7f237864018a4 2,284 1.00/1.00 vMB 47
662,960 662,960 00000000000000000000be30e71bfc16fd33accf815ba5450ff82b60c8a1dcb3 2,694 1.00/1.00 vMB 56
662,959 662,959 00000000000000000003cd26eec6a6412a7db29ae05c2186b85d81f4569ac626 2,433 1.00/1.00 vMB 16
662,958 662,958 00000000000000000003227484d5d9dfc3a26626d3400f4c9b1470e6b32380d1 2,760 1.00/1.00 vMB 98
662,957 662,957 00000000000000000003320623d4bcb9d854fe146c6c00bfb69e466f545797f5 2,485 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.89 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 645.20 GB
    • Received: 12.70 GB
  • Uptime:

Notes

  • 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.