Loading Tool

Explorer IconExplorer

Memory Pool

77,736 transactions
28.60 vMB
0.09915782 BTC
Random Selection Loading Transactions
Max Size: 173.81/200 MB

Candidate Block

Mining Attempt 141d0b510fadf91ce76abbe683c9ce2b89287e5529c51c90473338b6cef364e1
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 34a8e60bbb7dd0ca368957131ecda089d4b30bc2b778af8558e89c827397b6a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,891
Size: 1.00 vMB
Total Fees: 0.03360561 BTC
Feerates: 201.07 > 3.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (510,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,001 405,001 0000000000000000005d360415c32b1fd6512b536848e68e04f47321d480a9f4 371 0.37/1.00 vMB 14
405,000 405,000 0000000000000000064964d6c6fc399a7829a6d78fbdc2188686ed221f130c37 916 0.53/1.00 vMB 33
404,999 404,999 0000000000000000025c84fe7fd46779b4eff413c3cd4c34789237a49dd08a8c 2,755 1.00/1.00 vMB 56
404,998 404,998 00000000000000000624d56f0dd44fdfd0325aa22f419c9887e2f32dabb6cab1 1,794 0.99/1.00 vMB 32
404,997 404,997 0000000000000000009adc77c86e9854833aa14bfaa555dcba42375a4c8afd1c 959 1.00/1.00 vMB 21
404,996 404,996 0000000000000000019bf09ffc9f8f918c45cd0648993c4ecb808eb27c4093c3 1,013 0.88/1.00 vMB 24
404,995 404,995 00000000000000000061a92d8f544cea06a60e53f38de28a06a0d60b2b1d8d55 2,305 0.93/1.00 vMB 61
404,994 404,994 0000000000000000013fce693b047304232fe4765cd13f2359016a9b41c5f36a 1,759 1.00/1.00 vMB 36
404,993 404,993 000000000000000003fa0ab3b07b1ca9447f36511faa2ea4d5ac3bf8cd5db0d9 2,626 1.00/1.00 vMB 58
404,992 404,992 000000000000000002fa408bc5935b8a2438bfad732b0817d6d51a4da57fc966 1,353 0.75/1.00 vMB 40
404,991 404,991 000000000000000003c82c33286434afa09d8d414bb6d29a028f220aba1e0431 1,294 1.00/1.00 vMB 26
404,990 404,990 00000000000000000286dd808782e8064a23fd8439bb26483e72fe7530c05802 1,709 1.00/1.00 vMB 42
404,989 404,989 0000000000000000008348ddbb4ab0e8026262b0b43f63f54a7d2044b5658a9e 2,378 0.99/1.00 vMB 59
404,988 404,988 0000000000000000017aaded53a00bc53e3a840394e14cb89fd9836c1b7d20e2 945 0.92/1.00 vMB 31
404,987 404,987 0000000000000000040cae79157a1e8eafdf646894661fd9461014e764f3be08 1,731 0.99/1.00 vMB 37
404,986 404,986 00000000000000000383914ee61b099e4d1fa9aee7277da446bf85539020cfa5 1,559 1.00/1.00 vMB 35
404,985 404,985 0000000000000000020ff0cf31a903ecd3be4471e0a83c6aa9cfefc0e27630b8 3,097 1.00/1.00 vMB 77
404,984 404,984 000000000000000004d3b40d624b6c9413dc2cb83d45f6cb43ba089ce78c4529 1,246 1.00/1.00 vMB 19
404,983 404,983 000000000000000002ee2feede318e7f49a21224b3b5e778a365ebe740cb5eb4 2,073 1.00/1.00 vMB 35
404,982 404,982 000000000000000002dd5cbcdbd74d0c7d1c0ddea05dea723e50f12f496e8649 2,186 1.00/1.00 vMB 44
404,981 404,981 000000000000000002f927ff7aa3cd72233ff4a2c0a34a8e9cfbb11960fcb194 1,500 0.90/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.