Loading Tool

Explorer IconExplorer

Memory Pool

83,255 transactions
31.29 vMB
0.11440323 BTC
Random Selection Loading Transactions
Max Size: 190.04/200 MB

Candidate Block

Mining Attempt 24f97642efbddd3a210b295c574ada7d7f6b1019d42ebdd332c4127780a713f3
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root ff1223caaf7ff122257b8843e82bf78558604911571f18a33c7a93a370a4cc38
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,275
Size: 1.00 vMB
Total Fees: 0.03703083 BTC
Feerates: 200.89 > 3.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (342,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,143 573,143 0000000000000000001e2fa61b9c8e1b7e01f0dd3469fc6058aaf7a4d151a743 2,635 1.00/1.00 vMB 77
573,142 573,142 0000000000000000000bb1250c89dc2a9aa9506a0fdf957def5b3adde1f0588a 2,151 1.00/1.00 vMB 60
573,141 573,141 0000000000000000000b1319c73e7ff63de835e6680cc54952f7ab3b782c7da2 2,473 1.00/1.00 vMB 118
573,140 573,140 000000000000000000192d1a3682c629df0dba16f86ceefc80eb31d938256a42 2,691 1.00/1.00 vMB 79
573,139 573,139 0000000000000000000791264fe4d1a83f81d29172e0fd84f77c8a310e35f21b 2,707 1.00/1.00 vMB 90
573,138 573,138 00000000000000000021fc1f3dee243857f625a20c1d123a30a50223bb3665fd 2,865 1.00/1.00 vMB 135
573,137 573,137 0000000000000000001ec5da3521a3d405fe17596c87c19fddbda582b4dea687 2,711 1.00/1.00 vMB 29
573,136 573,136 000000000000000000042ba2414e796750dd8fbe85a6015a95b566e4e8916742 2,562 1.00/1.00 vMB 16
573,135 573,135 0000000000000000000d1473c9ce420f03956d1267a9f4d7d2765b2002405b3d 2,327 1.00/1.00 vMB 50
573,134 573,134 0000000000000000000473840ec829e0a68df4f418ec8274a52d97ee19a01f58 1,900 1.00/1.00 vMB 52
573,133 573,133 00000000000000000019870b9b9d08cad6e9cde503a1ea899c0e51d34ab22fae 2,827 1.00/1.00 vMB 58
573,132 573,132 0000000000000000001765d7f9b57dfa961c690fbd3af97e3df7e5cc35683f48 2,951 1.00/1.00 vMB 14
573,131 573,131 000000000000000000074c347d205722bf16cd5d166b99d5e85ca88b7cbb3434 2,717 1.00/1.00 vMB 56
573,130 573,130 00000000000000000001efbc71e5bad2a9ac9dcda765cc5466e5cec5502171c3 3,182 1.00/1.00 vMB 24
573,129 573,129 0000000000000000002a9bbd010135864bc6ae56262c007ed4e50b0fb1814408 1,559 1.00/1.00 vMB 89
573,128 573,128 00000000000000000029308b69b804b09f3b50de71e0649587372119bf313ee1 1,984 1.00/1.00 vMB 111
573,127 573,127 0000000000000000002a3d18aca08b8438c42f4366056402ab8ab4c33f560763 2,884 1.00/1.00 vMB 103
573,126 573,126 00000000000000000017a720dabf34ab6f676388fba949b9e564c4e8a81221d2 3,293 1.00/1.00 vMB 35
573,125 573,125 00000000000000000010b985915916e5096c013c2b60ddd8ecdd123556fe668d 2,868 1.00/1.00 vMB 59
573,124 573,124 00000000000000000003227c21fe77988b7fe2d9a1474dbf52b8e439e11117b2 2,936 1.00/1.00 vMB 36
573,123 573,123 000000000000000000278eb9386b4e70b850a4ec21907af3a27f50330b7325aa 3,078 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 783.05 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: 720.61 GB
    • Received: 18.22 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.