Memory Pool Memory Pool Refreshing

251 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,280 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 234 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,279 (815,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,867 92,867 000000000000bc93b8828df9f2e7c188ba1187928c39e3957ba337ffffca8a85 0.01 MB 60 0
92,866 92,866 000000000006a3b8e5de279ebd881316cefbaa0610d2e54a5110cce4cde14297 0.00 MB 4 0
92,865 92,865 000000000007cffeea8929ea36db5b67ba7e75c9a1cd96e13982e974048756a1 0.00 MB 4 0
92,864 92,864 00000000000283f6b64d353446307f998af1cbffe1800115e257d5d20e983965 0.01 MB 29 0
92,863 92,863 000000000004eef537019eae008876fa78156c3dc6067fa8423f93874f174a5b 0.01 MB 40 0
92,862 92,862 000000000004b921fd88ef083cae033e522419a46d58ae4a10f219c3ad56f52f 0.01 MB 43 0
92,861 92,861 000000000007add0a298ab87a16355c22f1f7508087aee69763d00b488b0f623 0.00 MB 8 0
92,860 92,860 00000000000924aa7b44bf89e76015031df0142679244a22de5109017c2bf4f5 0.00 MB 8 0
92,859 92,859 000000000000e8eee0e54515f8a86dfe0226964c5f0041723281d0471afe6eea 0.01 MB 50 0
92,858 92,858 000000000002c88367643ad604597b12e00b020c2c96e68a50afef243b38a303 0.01 MB 26 0
92,857 92,857 000000000002dead3a6d4f1ed15ebfc2a1e4e3c6f7faf6391545348896a3094a 0.00 MB 21 0
92,856 92,856 000000000008fb750128c42cc60803f769a770c4102647e6c05fdadb6ea5ba24 0.01 MB 59 0
92,855 92,855 000000000002adb02584f0262771d0b6ca78bee594d1af9f20db185d50c0417b 0.00 MB 5 0
92,854 92,854 00000000000330574fcbef054ea9c8253bfea23b7021e16452adc2fc80a10651 0.02 MB 83 0
92,853 92,853 000000000007764ff913d06d9152ecb99739047b626e3a7171d321e6cfdebcee 0.00 MB 22 0
92,852 92,852 000000000003466a968e5939e1f4472e09fabd466212ede0694e11dd3c7e6ee4 0.00 MB 17 0
92,851 92,851 000000000003019b0f55913ab2a2e4ad85e2d7f9374ca457f7897215a5759b54 0.00 MB 14 0
92,850 92,850 000000000003ea7d4357866e2ce8f5b6bf9b35065a0c20695b25118cd2cf522a 0.01 MB 34 0
92,849 92,849 0000000000038532949d5b929217633908cbbded797e778079ccb62f32011cbe 0.00 MB 13 0
92,848 92,848 0000000000055e57f45468259525b718615daf75f6acff3ada405a1bf11f6b0a 0.00 MB 7 0
92,847 92,847 0000000000091461bcfc7b799509d37ad14b60df72fcb525d4ad91d350df40f8 0.00 MB 21 0
Previous 10 blocks ↓
Total Size: 770.13 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,691.84 GB sent, 98.20 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.