Loading Tool

Explorer IconExplorer

Memory Pool

79,690 transactions
29.65 vMB
0.07330323 BTC
Random Selection Loading Transactions
Max Size: 178.44/200 MB

Candidate Block

Mining Attempt 358b4e35fd9192bae887f3ec0d5f1245949bd0b0313aadeadd7a067a623a2a5d
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 86472d0ab0b8086f58345e73c50e12cd8894f2b90f2bb97943ff808fae439566
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,688
Size: 1.00 vMB
Total Fees: 0.01303332 BTC
Feerates: 454.44 > 1.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (468,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,719 446,719 000000000000000000e04c369de5d135ab1b46d8aae96e6a0782810fb76bfc3e 1,782 1.00/1.00 vMB 53
446,718 446,718 000000000000000001f28a164aa963b918ba6f64dc054586b914a238761f5b41 1,854 1.00/1.00 vMB 68
446,717 446,717 0000000000000000024b8dd2b123be64d2ab15e5553f9904cc6f16de8c25428d 2,332 0.99/1.00 vMB 71
446,716 446,716 000000000000000002453e3dc3bba5b4d71d6f31bda626f1d46dc0cd36369a1d 2,811 1.00/1.00 vMB 105
446,715 446,715 0000000000000000030df2e6b575547354c740067e370acae30125ba8f509e1f 1,787 1.00/1.00 vMB 64
446,714 446,714 0000000000000000018a5641e5810115658392850e3a32497386a14338a7fe05 2,491 1.00/1.00 vMB 89
446,713 446,713 000000000000000000ce5f840903b68172cdf372c49fb66a75fc7b51db306e5a 2,522 1.00/1.00 vMB 90
446,712 446,712 0000000000000000025345c06529d3d6bc92707701caeecdd1fa1872ac3c6efb 1,418 1.00/1.00 vMB 71
446,711 446,711 0000000000000000009675b68c7a93f36b0dde7322a3b6bc0584f7230f50a743 1,894 0.75/1.00 vMB 87
446,710 446,710 000000000000000002d601f6cec64b9a790bb0ce908b70bef5d22c12bd064a05 1,023 1.00/1.00 vMB 37
446,709 446,709 0000000000000000004c3b1f982a249c7b65b61ab266a747be5076ac4fbda1fa 745 0.36/1.00 vMB 78
446,708 446,708 000000000000000000650ea45d924a62bd2a5fb258f10172d28f5c1d5def554e 1,518 1.00/1.00 vMB 56
446,707 446,707 00000000000000000042a65a5e5c6ea352c68933aaeb355e1446e05d7aa14d44 1,364 1.00/1.00 vMB 49
446,706 446,706 000000000000000000f6cf67fef5b16a01251fff67e68f469e40041c0dcfd195 1,719 1.00/1.00 vMB 54
446,705 446,705 000000000000000001a57b9d59520f717d3739ddaa9ad9b432d359466bb65705 2,322 1.00/1.00 vMB 87
446,704 446,704 000000000000000002f1ba8ac84104e0c715a2131a43a005b3e26033ac15068c 693 1.00/1.00 vMB 25
446,703 446,703 0000000000000000010ab084d683d521cf3d09e25688a7582ebf0fd8dcf0b52e 1,661 1.00/1.00 vMB 57
446,702 446,702 00000000000000000120115d510d86f04af7a61b5cf3cf41e6f33d4afeb32e0a 2,477 1.00/1.00 vMB 83
446,701 446,701 000000000000000000348fc825adb8d705a0719f4e8abb690be7b74aff85b96a 977 1.00/1.00 vMB 32
446,700 446,700 000000000000000001836fbd412066b090ad7bc54af5077776dfcfd3d7c8a7fd 1,832 1.00/1.00 vMB 71
446,699 446,699 000000000000000002733421ac651a7e4d4eecb2449184c8a8df24199e1e1a42 2,537 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.37 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: 663.23 GB
    • Received: 14.89 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.