Loading Tool

Explorer IconExplorer

Memory Pool

27,039 transactions
17.49 vMB
0.03799019 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 91.30/200 MB

Candidate Block

Mining Attempt c4d78e2da8759a71f9c0805fd220fe321902cd657bda368ddfa25311c4b0cc27
Version 20000000
Previous Block 0000000000000000000125aa83ecf9a6c271ee774164bfb1afc151fb5894c5af
Merkle Root 44b9785758d2f0d466811b5785ff2a1636c600db1d4ab7a6655fd214b313bf2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,687
Size: 0.99784875 1.00 vMB
Total Fees: 0.00597957 BTC
Feerates: 327.55 > 0.60 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,867 (818,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,912 94,912 00000000000402652011b291149bfb6acee90def4e516d546469088e0536b543 3 0.00/1.00 vMB 0
94,911 94,911 000000000002d8599f41881e68e036026a5ca02fc42f8fa748d5c3cd07ebdc69 1 0.00/1.00 vMB 0
94,910 94,910 00000000000120d80158a53b734a4241e658a3a245416be99ebd4970761ab276 2 0.00/1.00 vMB 0
94,909 94,909 0000000000032d4cbadc40dc1699e3aacb56807fad20fee607b814344f5dd1da 2 0.00/1.00 vMB 0
94,908 94,908 000000000001a15e5b6f2155801baa72270dbab01a90eb49668fa12bc63bc72f 1 0.00/1.00 vMB 0
94,907 94,907 000000000004587c17a8194099e426c06db8b8bc1251daffa1fce379d4d1ce73 1 0.00/1.00 vMB 0
94,906 94,906 00000000000265e47f4f78eab1a046f84a6b27a0e52ef754bac8cb9969e33b1b 2 0.00/1.00 vMB 0
94,905 94,905 0000000000022d0d4c1f39b605ba122aa0bf2f98ae9d1aad55caca204cd5dae5 1 0.00/1.00 vMB 0
94,904 94,904 000000000005cc02a450153cb3930dd362f0c196cae9d090e06c2e8d0e9e755f 1 0.00/1.00 vMB 0
94,903 94,903 0000000000074652e6f325648b0756ccfd3c7fdbf0418516547aad5949a3dc77 1 0.00/1.00 vMB 0
94,902 94,902 000000000004cd3717e8ffc6fcec21c15718ac44085423cf517be08bba2e026b 4 0.00/1.00 vMB 0
94,901 94,901 000000000007c278402bae2ff8d81e3dbaf4764c4ea4b1b66af6b9cfd65bbee2 6 0.00/1.00 vMB 0
94,900 94,900 0000000000066e0020f4f74c274569a6c19227ccff8ab0f8459dc38f009cea56 1 0.00/1.00 vMB 0
94,899 94,899 000000000006ad796a54803ee0ac7227a6b625b86010c2ecd14b90c316e8a846 2 0.00/1.00 vMB 0
94,898 94,898 000000000005724834a34b3b6a802323b5e158dc29d4145a90792a61f13c92c7 1 0.00/1.00 vMB 0
94,897 94,897 000000000003b7f8278861ed6db0414f3f4933b6bfe356eb7345c7861c380fb0 1 0.00/1.00 vMB 0
94,896 94,896 000000000003e57a359766f9544b6e5a8a5494263bd7bea486df08612cd78f0f 4 0.00/1.00 vMB 0
94,895 94,895 00000000000704efba02bc1dcbbfc1cf11fb67daf774e0aba2634812174ba634 1 0.00/1.00 vMB 0
94,894 94,894 00000000000549566e0554aa6d5dc4a7b89b8ad574141e7a6ec5626dd12e0c4f 6 0.00/1.00 vMB 0
94,893 94,893 00000000000511193e6a1ff00f89600beb1d3310011ddaf7e442715a132109d4 1 0.00/1.00 vMB 0
94,892 94,892 00000000000804fc5530ecdf75a219b5926c204cb8a5e633e6aa2f56d1c5aa0f 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 524.08 GB
    • Received: 5.02 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.