Loading Tool

Explorer IconExplorer

Memory Pool

36,529 transactions
25.79 vMB
0.05418493 BTC
Random Selection Loading Transactions
Max Size: 132.63/200 MB

Candidate Block

Mining Attempt dc8bf93660c2bdad6566c4d5edb11b2028e2bd1282a15d4108a8ac3c54dffb8e
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 3218eb917b71430780350f761645d93a66a39366a0b4601a601dca91a96d0587
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,296
Size: 1.00 vMB
Total Fees: 0.00709473 BTC
Feerates: 50.62 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (510,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,934 403,934 000000000000000004e326df8d8038644daded0db787a9e8420104a857f4bf7a 361 0.21/1.00 vMB 27
403,933 403,933 0000000000000000033cebafa23be7890e65ab1ddd4986d4c8bc688d6b78e6ac 950 0.39/1.00 vMB 41
403,932 403,932 0000000000000000015c637d3d4383a848cbf3c3bf769f464e5939da82013fa7 1,407 0.89/1.00 vMB 32
403,931 403,931 0000000000000000047071ca91a7cc64fb39d47af9f8c8bb6bac8ffe12ae9494 2,377 1.00/1.00 vMB 42
403,930 403,930 000000000000000002f6dcc2798de1518c3493783017f28cc8337dcd3b39b7a3 2,058 0.75/1.00 vMB 62
403,929 403,929 000000000000000005b49b510367b1e991ce2746765ec373fb585e8634fd732a 1,138 0.53/1.00 vMB 39
403,928 403,928 0000000000000000068c668a5227f7f63105046967dd194ec80d78cc731bbe0b 336 0.25/1.00 vMB 21
403,927 403,927 000000000000000000ef34b042b092e12cb8048ce1f231945e89bc8330f68229 754 0.31/1.00 vMB 54
403,926 403,926 000000000000000000e2697c665cc7d631a4fe664e6ef69699557444476f97fb 303 0.23/1.00 vMB 30
403,925 403,925 00000000000000000164c7a2602408919b86f3c547a2c65aa1a6acf5a2e5ab52 2,371 1.00/1.00 vMB 45
403,924 403,924 00000000000000000028bcc9f94d67302fa6f31cbf184c51baf228fe1f3f2453 2,019 1.00/1.00 vMB 43
403,923 403,923 000000000000000000ea14d5ad676d83ab8da5448368f7c98ac3c7c031c9d300 2,766 1.00/1.00 vMB 54
403,922 403,922 0000000000000000063717b52268467e941972898318a2cfb3c6d132a704fe78 1,943 0.93/1.00 vMB 41
403,921 403,921 000000000000000001efbc2cd8ba31a3e72ca03a5d7a51b41cdabcfff039117f 1,285 0.66/1.00 vMB 37
403,920 403,920 000000000000000000c148e6583f8f8e4ae697a1050d7d06d8d46a87ea82a449 766 0.99/1.00 vMB 12
403,919 403,919 000000000000000000b3358c260e3b6134bbdd383d86f0a49c7e2c00fed16dd1 2,342 1.00/1.00 vMB 40
403,918 403,918 000000000000000000e8a100341e808ccd843e6598b5bd76f6d2d6699d6a892a 3,035 1.00/1.00 vMB 77
403,917 403,917 0000000000000000014217ba631f8f668868e690fb2e1c11beeb3117c48f0269 179 0.08/1.00 vMB 41
403,916 403,916 000000000000000004647862b0c90c22f6b00343fe7625642d4a5b4c3702f1ee 188 0.10/1.00 vMB 27
403,915 403,915 000000000000000003477b519e132beff3de7f0d3e1c92bd88f7355cc1e35266 245 0.24/1.00 vMB 26
403,914 403,914 00000000000000000110d9e052fe53d415f305c1241c1fb05a7d059a5d5be411 1,624 0.84/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.22 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: 654.69 GB
    • Received: 14.16 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.