Loading Tool

Explorer IconExplorer

Memory Pool

84,641 transactions
31.79 vMB
0.19039267 BTC
Random Selection Loading Transactions
Max Size: 189.87/200 MB

Candidate Block

Mining Attempt 1bfa6aedf4746d72bd1880f02d4aedee42b074611527061f0945e11542c53110
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root a4ca0ceaece10e1e74910917fd4311b3c51aae5a09620bd1d9d71d79dced5edd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,428
Size: 1.00 vMB
Total Fees: 0.08181948 BTC
Feerates: 101.65 > 8.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (127,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,324 787,324 000000000000000000028217c2488c230a84652068ed87da35e14c94ceb4cab8 4,040 1.00/1.00 vMB 14
787,323 787,323 000000000000000000026f729dd277b3fe53d216cecabb25157e4c47d53901ed 2,875 1.00/1.00 vMB 6
787,322 787,322 000000000000000000001d2f161708adba2a5805e2a45dfb68341023230f9f22 3,759 1.00/1.00 vMB 8
787,321 787,321 00000000000000000000eb07f984edc5546e0d9d28f9c059edb8bb2fcee491d4 3,051 1.00/1.00 vMB 13
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
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.