Loading Tool

Explorer IconExplorer

Memory Pool

81,746 transactions
34.30 vMB
0.14563304 BTC
Random Selection Loading Transactions
Max Size: 195.36/200 MB

Candidate Block

Mining Attempt 6f3a87fc9a4a0a3b0dd45966aa46106ad036c334d509848da7128e2f4cabe61a
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 2e7af16cf2bb3a64ea8671e854a79a40e4d9603f90eb3da2e92755c456b67df8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,603
Size: 1.00 vMB
Total Fees: 0.03298764 BTC
Feerates: 150.78 > 3.31 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (467,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,099 448,099 0000000000000000031836c56e1b0b8c4db1dfb7312f64a2d6fadb11cc54834a 2,454 1.00/1.00 vMB 94
448,098 448,098 0000000000000000022325b94649764ad1f69ceaaea89bdd0253e6d4e35963d5 249 0.10/1.00 vMB 78
448,097 448,097 000000000000000000d288434817a95b13c462ceee6f63615d2619e15eef2fa2 744 0.35/1.00 vMB 78
448,096 448,096 000000000000000002eb20c41a475daafc7dd907c840a8f2efac0969b8c1dbc5 1,251 1.00/1.00 vMB 41
448,095 448,095 000000000000000001c05b968c12fc6564b011f7d28e0e4b2063ae6c2409ee84 78 0.03/1.00 vMB 81
448,094 448,094 000000000000000000f2eb26a5821765f4ccac65afcf24fc906669c0bd5153a6 1,824 0.80/1.00 vMB 78
448,093 448,093 00000000000000000313f49dc9eec69e8239eebbd9aa21201fad8b75f155c6aa 729 0.30/1.00 vMB 83
448,092 448,092 0000000000000000025cc708bbac3f53d7722f64c8e4dccc3692d279289c11b9 577 0.23/1.00 vMB 81
448,091 448,091 0000000000000000001ccb23f9f6004013784e93481c63d59bf1d1218f87f2e4 1,066 0.46/1.00 vMB 77
448,090 448,090 0000000000000000007b83ca79a93c4704c44540ee0bb489b4afefea0501ac0d 311 1.00/1.00 vMB 8
448,089 448,089 0000000000000000025a78b07e5f097ef1ae05fcf0aace8b7fb414fbef361b04 117 0.04/1.00 vMB 76
448,088 448,088 000000000000000001affd32bbfdce18eb25731ca6872e8b9a5141df4f41d853 1,671 0.74/1.00 vMB 75
448,087 448,087 000000000000000002081588e2c2a282f71477350648d4ef8e76d758244afaac 2,345 1.00/1.00 vMB 85
448,086 448,086 00000000000000000017033b1ab588700f5297cd8f2971c684e7ab22ec47ef8a 1,500 0.81/1.00 vMB 64
448,085 448,085 00000000000000000185e27265b470b39e20903ca581b6a2e2d8c170cbbdf3b2 114 0.99/1.00 vMB 8
448,084 448,084 0000000000000000012ef6ec54b6b42430759d84e0b80230669969d24d51bdf2 1,733 1.00/1.00 vMB 58
448,083 448,083 0000000000000000010fbf8d57f83c38dd90719f048d56f503b095af0dfcc034 2,455 1.00/1.00 vMB 81
448,082 448,082 00000000000000000174f2af2a412966167031fc52bbf0eeb358bd7e9a782cc3 2,361 1.00/1.00 vMB 96
448,081 448,081 000000000000000002e060e6ec031e82d5f30f989279fabf2a42979bdb9a2481 1,434 1.00/1.00 vMB 57
448,080 448,080 0000000000000000021771a5aa5890332312d8346d220be5f5dfb610c9240dc9 1,888 0.97/1.00 vMB 74
448,079 448,079 000000000000000001d1a2948cec822c5f4de5c8f26d08a49449c4f70e753b02 1,509 0.99/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 783.10 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: 728.12 GB
    • Received: 18.47 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.