Loading Tool

Explorer IconExplorer

Memory Pool

78,903 transactions
29.23 vMB
0.06996970 BTC
Random Selection Loading Transactions
Max Size: 175.41/200 MB

Candidate Block

Mining Attempt c931aca63aa7f5b402c6c35931ec58ac3a6254c6f79313985e29ee65069aa558
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 8ba47fcc07ebdb8c37c6e6c87d603ffee25c1632983cdadb5d09803885155baa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,427
Size: 1.00 vMB
Total Fees: 0.01062820 BTC
Feerates: 170.94 > 1.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (125,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,680 789,680 0000000000000000000512d0f219ebb4a8aec449f5385eee1600bcbbc1a23587 4,488 1.00/1.00 vMB 33
789,679 789,679 0000000000000000000548e7b7e59384dca0e08abeb8cbec1429bc437f29f11e 4,765 1.00/1.00 vMB 30
789,678 789,678 00000000000000000003455b8d081ecf00936b53414675123363634a845ae10a 4,507 1.00/1.00 vMB 41
789,677 789,677 000000000000000000016e155eb083a71a5c8be2e0a7abc3af78e39454abbacd 4,903 1.00/1.00 vMB 36
789,676 789,676 00000000000000000005b4d568857adfe1b90a18725f758ff8f939866b3ec622 4,542 1.00/1.00 vMB 56
789,675 789,675 00000000000000000005262d72c6094171e9ffffb2ddcfe4a432fdf76aa092fd 3,042 1.00/1.00 vMB 80
789,674 789,674 000000000000000000027a352b8d16c6bd4e012b7145db45202a413e0c106813 4,564 1.00/1.00 vMB 33
789,673 789,673 000000000000000000024efe510d728a27cde4a0d2c91bd17651102ce6c7eb46 3,130 1.00/1.00 vMB 72
789,672 789,672 000000000000000000010d0a95778adc528cadcc71ce1402636d126cbe3f871c 4,031 1.00/1.00 vMB 54
789,671 789,671 00000000000000000004b3d2cc6c3e375d7cc11adc73753f20a3e8942311abb2 4,694 1.00/1.00 vMB 48
789,670 789,670 000000000000000000051a1182d37b7d5658d5c80f1b34b0d6dd7b0809fd3fa0 3,923 1.00/1.00 vMB 39
789,669 789,669 00000000000000000004bd5e07ea2a5888a2a2f6957f07df7721b778a5d5455c 4,597 1.00/1.00 vMB 41
789,668 789,668 00000000000000000004f71bde19389b809b6226f44ab987dc0c065c2e3fb9f8 1 0.00/1.00 vMB 0
789,667 789,667 00000000000000000004367d2adbd5cf028eba15c87c7c95dc7122d84a661641 4,930 1.00/1.00 vMB 38
789,666 789,666 00000000000000000003e1bf1afffe4a0c4d0395979f03f401fcc74258ccb74c 4,246 1.00/1.00 vMB 55
789,665 789,665 00000000000000000005a0cb074b6f1aeb389bfc66ab6555a7a87e3f8742ad09 3,373 1.00/1.00 vMB 81
789,664 789,664 00000000000000000000f6b648035a5a0714b13577d5eb02ce0c06e4409363a0 2,037 1.00/1.00 vMB 23
789,663 789,663 0000000000000000000468b6a06ff7eef4bf48acebf82328b2d904a31bd747d8 4,401 1.00/1.00 vMB 21
789,662 789,662 00000000000000000001a5a8611ee2fdf1e2b1bedcba18be31541e72af7ab219 2,565 1.00/1.00 vMB 35
789,661 789,661 000000000000000000003ba43765da93cdf1dff898c1bbe04c4d84a67685cac8 2,157 1.00/1.00 vMB 26
789,660 789,660 00000000000000000005c87bf9f1616d1524b13ee18f59066954e219f8b37a3f 1,482 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.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.