Loading Tool

Explorer IconExplorer

Memory Pool

43,083 transactions
26.88 vMB
0.07577537 BTC
Random Selection Loading Transactions
Max Size: 140.66/200 MB

Candidate Block

Mining Attempt 17fa7088c728dfe6e2fb5f1d661f11e8ee1d1c68cc1e3d4e03a4a2a32eaf8f58
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 2e30f854d39fe88113d6aac2039d296cc43cab8cb8b62fce6d1ed7be08db8ad6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,069
Size: 1.00 vMB
Total Fees: 0.02579476 BTC
Feerates: 150.93 > 2.58 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (483,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,302 431,302 000000000000000004d328ea3d6f9a2ec78d95376ae2473d35fb0adb248434ba 42 0.01/1.00 vMB 56
431,301 431,301 000000000000000003be3f6ac363225e6607d1e419eeb844680061593ff5c8f0 564 0.22/1.00 vMB 72
431,300 431,300 00000000000000000211727d80bbd29a2f1f200bac1e4e79ed1fe33e7d9eefea 1,882 0.77/1.00 vMB 61
431,299 431,299 0000000000000000031ccdc565621e14c2a6354e05b1240790309b1071eb0bf8 1,927 0.77/1.00 vMB 64
431,298 431,298 00000000000000000306ddaa348d789c5c97f9dc30d09a4e5b14a23f35814f8a 2,124 0.77/1.00 vMB 69
431,297 431,297 0000000000000000025fcfac733175210714ed7799b6dee2d69c0a20b69c7731 1,674 0.79/1.00 vMB 64
431,296 431,296 00000000000000000135a25139110b86a7734150adec9d16f0e4f11cfc8a80e6 1,939 0.78/1.00 vMB 65
431,295 431,295 0000000000000000007fd2d20f4b60bf6dfc2bbbf04170fdbfe87cc8a6bbb61d 656 0.29/1.00 vMB 64
431,294 431,294 0000000000000000034380d8d50ae3ba757fe3650488da3e7a24c3fa23285fda 9 0.00/1.00 vMB 265
431,293 431,293 0000000000000000041abe71295bd5e3e188a520d79f849c32e172651c52fcb7 453 0.98/1.00 vMB 20
431,292 431,292 00000000000000000289809b18e694f0bf3042e0bfa6f77d0128015c552f1a89 1,537 0.98/1.00 vMB 44
431,291 431,291 000000000000000002568eadfcb3dd84033dd5687f5a15b83f79e128d66e0394 1,211 0.44/1.00 vMB 72
431,290 431,290 0000000000000000031773f8feeb00d274c1a7d71d87175aa87470a984cd0462 2,337 0.99/1.00 vMB 65
431,289 431,289 000000000000000001e16428caf2cd74ab395b33f8eb0f4ca7566c4a932e48b5 1,719 0.71/1.00 vMB 69
431,288 431,288 000000000000000003d1d155a94224e34338124efbe908089bccfd2aa15c0d24 373 0.17/1.00 vMB 79
431,287 431,287 00000000000000000456dd0fefd8b60860e8aa3692297b0a72f6fe0e975ebeb5 1,339 0.98/1.00 vMB 38
431,286 431,286 000000000000000002405dc63622d01567635218a3e5f58f35492b2c3c57065e 698 0.75/1.00 vMB 28
431,285 431,285 000000000000000003fd540ab903dd12249c165b45438ca9880a361b79339eff 1,625 0.60/1.00 vMB 75
431,284 431,284 00000000000000000495f9012875882652831648c73046919b85dc3d21936235 319 0.74/1.00 vMB 11
431,283 431,283 000000000000000001cb644f12ec07903813e2ef5ba5286bb0611a2c45d54d53 1,548 0.72/1.00 vMB 64
431,282 431,282 0000000000000000024c2a1d53361d29b627085c17aa3f63dbdd25cdef9329bb 1,009 0.42/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.85 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.