Loading Tool

Explorer IconExplorer

Memory Pool

78,665 transactions
29.38 vMB
0.07704315 BTC
Random Selection Loading Transactions
Max Size: 177.54/200 MB

Candidate Block

Mining Attempt 03a24c50d0504d7b9c8a09abff5cffdb3aa077f3496fcbec4f8d788444b67910
Version 20000000
Previous Block 0000000000000000000078ffc24a65e78d2b3a0de27eb90b8ca8a30b42966c94
Merkle Root 24f3ce6f7273be43c67400e5f044a2dbf448c6b5624dc8910b9d43f31124691a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,941
Size: 1.00 vMB
Total Fees: 0.01441415 BTC
Feerates: 521.84 > 1.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,122 (127,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,320 787,320 000000000000000000040d75446c8d9bfeb9c58df980045275c5304cac52724d 3,372 1.00/1.00 vMB 25
787,319 787,319 00000000000000000004d2daa162b55e9033d6d21471231c424491b4d8fef973 2,088 1.00/1.00 vMB 48
787,318 787,318 00000000000000000001df6fcc3118d097186aa6a3a45da4d59647d6e6f43c87 2,714 1.00/1.00 vMB 33
787,317 787,317 00000000000000000000d5f4cc7b97e30e27a748eaee1be67fd3571b50f14cb0 2,662 1.00/1.00 vMB 48
787,316 787,316 00000000000000000004f4238e4590dd82002b928215b6054551bd04474a2352 3,242 1.00/1.00 vMB 39
787,315 787,315 000000000000000000010e10057161e7cd00c4c9f147dbbbf82f93b750d003de 2,487 1.00/1.00 vMB 50
787,314 787,314 00000000000000000003fff6ff3e31a004edec36e200b6a6b8efdaa42be5ba90 4,176 1.00/1.00 vMB 11
787,313 787,313 00000000000000000002fe90fac0a0414ee354480ed2e182b640bb462decb506 3,660 1.00/1.00 vMB 9
787,312 787,312 000000000000000000013c3202e2a53eea10ef9cf51b7ce890ab02bfb90febb4 1,277 1.00/1.00 vMB 9
787,311 787,311 000000000000000000050ddd517b49deaa6c56870fb319a6aaa7c6484d92fe08 2,521 1.00/1.00 vMB 10
787,310 787,310 000000000000000000046171a2221fe7fce71013bc234fc84b4d7fa82b23385a 3,504 1.00/1.00 vMB 15
787,309 787,309 000000000000000000042963a12f39ec326d1cef24a66b543a85b2e5ad69a0b9 1,714 1.00/1.00 vMB 10
787,308 787,308 000000000000000000019eeaad5e791421736de65e66902f771b77a35e87e69c 3,141 1.00/1.00 vMB 15
787,307 787,307 00000000000000000004316c20581adfa52ce7e54f8852b8aef7a0f75ab39f33 2,823 1.00/1.00 vMB 17
787,306 787,306 00000000000000000002379092f18c64b12c63623d1238f506da59a204d4f443 2,253 1.00/1.00 vMB 33
787,305 787,305 000000000000000000034b88edb87be1c2a2b2b9d3096f95cbdb4b46d10b1c72 2,733 1.00/1.00 vMB 38
787,304 787,304 000000000000000000023fd612169f5435f8be8b91bf2b2e2815fa1db06e1c4c 1,400 1.00/1.00 vMB 50
787,303 787,303 00000000000000000002084fea419ffae041848931b47ff6b4e78db1de95284d 3,805 1.00/1.00 vMB 11
787,302 787,302 000000000000000000045cdfb8092bf0ec11bbca78abca5b0b47fe854909f94b 3,253 1.00/1.00 vMB 36
787,301 787,301 000000000000000000031430b737cf242ad57d95b1f1f89162b04768481ec3f1 4,361 1.00/1.00 vMB 12
787,300 787,300 0000000000000000000059267caf564f2ddbddc08bd3b238e58294af2cf80579 3,301 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.60 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: 671.81 GB
    • Received: 16.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.