Loading Tool

Explorer IconExplorer

Memory Pool

79,400 transactions
30.30 vMB
0.12500483 BTC
Random Selection Loading Transactions
Max Size: 180.32/200 MB

Candidate Block

Mining Attempt 044a82f17c45d4b118afb83a32fca4ae422eb5c2790d4139433a8eacb793d7f8
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root 410864a214acdd51eac7c0bf7dd2ca71e7ea6ef8508cf451ae424b0374c96fcc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,254
Size: 1.00 vMB
Total Fees: 0.03189676 BTC
Feerates: 301.69 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (117,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,418 797,418 00000000000000000004786a923bdfa9c4f4c8af8ea59fee1c0be489e8dbf597 2,439 1.00/1.00 vMB 13
797,417 797,417 0000000000000000000449b8050ff9b37a1587ef09ccd0ec71da2e9af344ed26 2,489 1.00/1.00 vMB 14
797,416 797,416 000000000000000000014d4b43691dc90886eaadc5fcb18414c8c5ba2f244f5e 3,210 1.00/1.00 vMB 20
797,415 797,415 0000000000000000000517c9d319e7d66a067f0422d7fc31e2649c5c2d638fd2 3,426 1.00/1.00 vMB 25
797,414 797,414 0000000000000000000350ed3de544aacfc5abe5ef395620b6aee5a191af7ac4 2,160 1.00/1.00 vMB 13
797,413 797,413 000000000000000000036ca3d8e5af726231519390c3aedf7f0853b7d2c9ee49 3,296 1.00/1.00 vMB 18
797,412 797,412 0000000000000000000563f183efeb59bf8875b9a98387846664264033f2b532 3,280 1.00/1.00 vMB 30
797,411 797,411 0000000000000000000175b69f2f9734cc559ca61856cdb80b28ce2a57f28f8e 948 1.00/1.00 vMB 8
797,410 797,410 0000000000000000000260d5878306990405ed84b644ee6367d98d60980b4e2b 2,093 1.00/1.00 vMB 14
797,409 797,409 000000000000000000050066f650e11d9a12e9e09e49245d550f078e9438137f 2,944 1.00/1.00 vMB 15
797,408 797,408 0000000000000000000025c00e9caecb31f80e64ac70dd5490dc74b21e1e083c 670 1.00/1.00 vMB 7
797,407 797,407 00000000000000000004646605bb45751203dca8f86a68e3731c01568d1bc91b 1 0.00/1.00 vMB 0
797,406 797,406 000000000000000000032642075c678bbcc3e8b7170a0de8cebed51ccf97f0f8 3,032 1.00/1.00 vMB 18
797,405 797,405 0000000000000000000122143b4b447d974197f696178baf3b34cd78b34fc472 1,809 1.00/1.00 vMB 11
797,404 797,404 00000000000000000003e6c56ae100b34fcc2967bc1deb53de1a4b9c29ba448f 2,765 1.00/1.00 vMB 19
797,403 797,403 0000000000000000000399e0af37dbe8e4f71b8bc75b0ca864a996769e3febc3 1,146 1.00/1.00 vMB 9
797,402 797,402 0000000000000000000554fb8a20fdfde74cd93b8f36780b9c548ebb8b900d1f 1,957 1.00/1.00 vMB 12
797,401 797,401 0000000000000000000444826c0c1dc5af247d73a83f83822b15dd6c0e5c3b40 1,783 1.00/1.00 vMB 6
797,400 797,400 00000000000000000000b1034e8f39f2e8df4914ef42deb78746c8e836fe20aa 2,238 1.00/1.00 vMB 10
797,399 797,399 000000000000000000054b15f63dd7e08a651ca08445a52c890a99bc5cd3f95e 2,003 1.00/1.00 vMB 14
797,398 797,398 0000000000000000000139e306c545dacfa2d036abea8100cf60868ed736e6c6 2,970 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.91 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: 714.22 GB
    • Received: 17.52 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.