Memory Pool Memory Pool Refreshing

12,434 transactions
4.31 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,664 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,835 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,663 (499,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
407,920 407,920 000000000000000003f89b56c27fb6e061aa42d789cd56274266cd4c8da8fddf 1.00 MB 2,829 55
407,919 407,919 0000000000000000036ff681628c2bf4ed31af0eb903bfc887ad21c17cce1202 1.00 MB 2,403 42
407,918 407,918 00000000000000000279798e5b8d6c0609823784a720de663e3e98a154dfa630 0.00 MB 14 81
407,917 407,917 00000000000000000237cb264baf98d545d8ec66cdba8dc4a3df4125647e3dc9 0.99 MB 2,834 52
407,916 407,916 000000000000000005585f46fe6e515754adf4ee06870371634d2cb347b1e65b 0.81 MB 1,904 46
407,915 407,915 0000000000000000029bb5822612188a0687890deddb52ac6079785d9b1b8f4f 0.81 MB 2,026 44
407,914 407,914 00000000000000000218907f762a8be403db7b7b048766f566f861215c3de8c4 0.41 MB 1,049 42
407,913 407,913 000000000000000001ab1ed08bc39f1e95a8698e24f6f50e74a48eb6cc0391e4 0.86 MB 1,882 40
407,912 407,912 00000000000000000332b8a382b183dccf2d34b571e89c163640a7c65ca462e9 0.36 MB 602 29
407,911 407,911 0000000000000000005057c9bcb0d15686499b29e9edbf17de9760a223e83cb2 0.17 MB 384 42
407,910 407,910 000000000000000002499a74d8b5867a128397fe9b55862b91aef61de760ff6f 1.00 MB 2,148 26
407,909 407,909 0000000000000000014bf5f608a7bb35bac72f78f7b61f85cf6671cdee962d56 1.00 MB 2,214 37
407,908 407,908 0000000000000000020e6bdefe9037e45d44594b5036270fa0bfbf696902a0e8 1.00 MB 2,753 55
407,907 407,907 000000000000000000c11131c6e9e318288e5f30a5de620e0df1ed0af063f30e 0.99 MB 2,368 36
407,906 407,906 000000000000000002c0359a503ef8b83415783ef20da44f6147d964156481d4 1.00 MB 3,355 68
407,905 407,905 000000000000000001f48b61e3df517db1d5b04b3d96ec0e0a81326f2c6bbdff 1.00 MB 811 15
407,904 407,904 0000000000000000025cb76bed12040733fe0654d9be1b651e936a6b29366e10 0.38 MB 516 18
407,903 407,903 0000000000000000045b1ead2d9fe81da72c070d37c6379ab1cc3b7916c8242c 1.00 MB 2,796 52
407,902 407,902 0000000000000000006b600b9191e7ce2c280877e8c527685138f7801a540b6f 0.70 MB 1,185 33
407,901 407,901 0000000000000000029abed9bee058b014c1a95c0cf8342e70f5f93397d97a6b 1.00 MB 1,828 35
407,900 407,900 00000000000000000391868de3381e4bf13590b46d18bf9d9d1dbc6dca8a295c 0.59 MB 1,342 34
Previous 10 blocks ↓
Total Size: 768.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,603.66 GB sent, 92.37 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.