Loading Tool

Explorer IconExplorer

Memory Pool

26,496 transactions
27.40 vMB
0.06665931 BTC
Random Selection Loading Transactions
Max Size: 131.03/200 MB

Candidate Block

Mining Attempt 46f6cf7fa394b2bfcdb4452a3b6b2f89ce53b5b0e983504d1d02c03c23d03ff4
Version 20000000
Previous Block 000000000000000000018fb79d5173be06525e6c5fc244e12c94fbc59d8d7c1c
Merkle Root 5e7ec2049a4a0ea6c595b72bb27f127351a44ddf1f94c1a015fbb5937c4eb2a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,469
Size: 1.00 vMB
Total Fees: 0.01473116 BTC
Feerates: 100.46 > 1.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,485 (800,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,440 114,440 000000000000c464ee9ca0bacc839e1d15de60ad31ed5d1ee8e1509267cdb666 80 0.03/1.00 vMB 1,728
114,439 114,439 0000000000008fd1ac2549c0cff5940d286994a4f15ad894802f925d7565ffdd 16 0.00/1.00 vMB 3,915
114,438 114,438 000000000000c52a7740b8d2a05afd7eee3a622202ae3c93b47df6fc56d2be1d 49 0.02/1.00 vMB 925
114,437 114,437 000000000000aa792b161759e8a6c06eacf42dc699405eb3046d87dbcfe35ae2 12 0.00/1.00 vMB 638
114,436 114,436 0000000000000839e3eb0fcd65b5100131582b181f2eb93e297db56b3d7469ef 26 0.01/1.00 vMB 2,521
114,435 114,435 0000000000000d30419011ef04fb1fce459ee7c61fee1ebe6a735d357439754f 45 0.01/1.00 vMB 1,447
114,434 114,434 000000000000040ad7f4959b153fed7951b8464ff92fb26db405160d74dff898 1 0.00/1.00 vMB 0
114,433 114,433 000000000000c8c9aa7d035db112d361116d04c7c534e08a8403ff8831ca178b 12 0.00/1.00 vMB 2,191
114,432 114,432 000000000000a1b544d3fa598080c05948fbbfda24784a6da948bb704c068789 13 0.00/1.00 vMB 0
114,431 114,431 000000000000ace347366fad615ee2bb1eaeb101b1a8d81ee772473f6040035a 10 0.00/1.00 vMB 336
114,430 114,430 000000000000d804e48e71f6970f3c5dd836aabe38ebfdf5f89de37eacc77714 5 0.00/1.00 vMB 0
114,429 114,429 000000000000104ea0c02922caf18a539684690286d320e0bf45c911e652cd29 15 0.00/1.00 vMB 1,848
114,428 114,428 00000000000060992a2c05be345adee0c77cbf92f8066645675a1069c9be485a 11 0.00/1.00 vMB 0
114,427 114,427 0000000000005382d17b3e1f8f2047c27ed7aeb5ec6a72a27ea2ab66191c7091 11 0.00/1.00 vMB 0
114,426 114,426 0000000000007483ea2f24581783a0b08d953f93a425314c439fed4516019b8e 28 0.01/1.00 vMB 282
114,425 114,425 000000000000429fe7c0e6de3b671ac37ffdb8583fdb218d73df8fc10235fce7 17 0.01/1.00 vMB 1,282
114,424 114,424 00000000000015b73a7b0f226fc5ece6e34daebd574999a632ffe0421099526b 9 0.00/1.00 vMB 1,527
114,423 114,423 00000000000033d8fbc1d993b67a08dd4439ea5aeef775e36ce633ad9a4f9750 14 0.00/1.00 vMB 1,529
114,422 114,422 0000000000002e0e0bd3b7142abd8ac0e4977f7113b96a03fc235d35815949e5 15 0.00/1.00 vMB 3,872
114,421 114,421 0000000000008f71e1af57f10f1429e6e70edab2315f23c37d20381afaed4e7d 11 0.00/1.00 vMB 652
114,420 114,420 000000000000d45f4a0129dd2a057a9c6f41300d638b86d20f3506a43c45e273 16 0.00/1.00 vMB 1,656
Previous 10 blocks ↓
Total Size: 781.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.26 GB
    • Received: 10.84 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.