Memory Pool Memory Pool Refreshing

4,054 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,307 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (600,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,811 307,811 0000000000000000403af75ee994d2b3a885a6fc8b8ff89ccb57f8ceebc14be5 0.20 MB 345 23
307,810 307,810 00000000000000000062ee6d803348d72c6b6c8e539cdd5353c048eee5500569 0.75 MB 1,203 52
307,809 307,809 000000000000000034eed04adcf17cfa56e565d02ddd5fe3f8b6a3da1fd89c2a 0.25 MB 802 48
307,808 307,808 000000000000000029a1f95ee3fc2fe8c9edf1cfb716ece7b870c49026298e5e 0.55 MB 917 38
307,807 307,807 000000000000000043d769bc7876fcb9a856107e2382aa24af8ef4796056ca8f 0.48 MB 517 20
307,806 307,806 00000000000000001582b232609a3d419b88bcad48f9f2b124b52fa528fda0a6 0.42 MB 702 68
307,805 307,805 000000000000000044b02d08ab028a563e98b1000268e9f9a47b949c8e323a44 0.40 MB 582 26
307,804 307,804 000000000000000007341091b39362fb83b77e3d91550b5bf716a55a48283d61 0.08 MB 181 34
307,803 307,803 00000000000000000a2bbc931f42fd5651e13b68ccf0e9b4bb77a25fc7e2a362 0.14 MB 194 22
307,802 307,802 00000000000000000e1ebc8bffbf596216fa489b26607c35f1d52354e1c13508 0.35 MB 605 30
307,801 307,801 00000000000000000de7bd6c037cfb5a004df64d1fe946226855cf3690f32cf8 0.09 MB 196 33
307,800 307,800 00000000000000001382c0e68f8f26c4a0f1016fa002b4518c7b53c66003a517 0.14 MB 320 36
307,799 307,799 00000000000000000400172e04f34a9f1be35ced07a514e1a40a85b383e8211f 0.23 MB 383 30
307,798 307,798 00000000000000000aa57ad967d52a906899fe6a1b30bd68b0e92abec1a13a92 0.50 MB 757 30
307,797 307,797 00000000000000000fa19baeffaac91977404fb1e2dcfcf40b16140b30fddffe 0.10 MB 161 23
307,796 307,796 00000000000000002a493181d297ef636afebfa11f9849079e4114745eac6cef 0.21 MB 398 29
307,795 307,795 00000000000000004d9d0e4265fde43d0963ec6872185703bce3aa7834354beb 0.23 MB 454 36
307,794 307,794 00000000000000001c9ae7f614afce81a9418f2bc38fcd47035de048e1d69270 0.05 MB 89 23
307,793 307,793 000000000000000001d229158188401f94ce479caab47a4c6b6801695a29c55f 0.14 MB 206 34
307,792 307,792 00000000000000002c3042bfc068106666dfe209659ff78473b131746b4c617e 0.75 MB 1,469 35
307,791 307,791 00000000000000002f63b6b5588cce7e96bcbc2b5c5407de3afe5093bf2bf531 0.03 MB 76 28
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.33 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.