Memory Pool Memory Pool Refreshing

439 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 421 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (766,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,883 140,883 00000000000008d904a971a53424ecbc298bf8ac7b0f795ccaed7270c505d971 0.02 MB 21 240
140,882 140,882 000000000000082c362d823868906428151c3137174e52f63084cc3f1145e343 0.01 MB 18 190
140,881 140,881 00000000000008c8aeb45f8c445b6b807c08f4631430f8ef1619d227c803b0d1 0.00 MB 11 460
140,880 140,880 000000000000049f1dd2d67a116940ef7cb0d38fbabbae8d90b56be7085a7cef 0.01 MB 13 37
140,879 140,879 000000000000029e8a9dd7b78d9466db21e42c4b0b2d165c4d5bd1d029375a88 0.03 MB 110 62
140,878 140,878 0000000000000117019fc53aa4307393732bf9463301fef7d68633486f8ad9ae 0.01 MB 17 49
140,877 140,877 00000000000005b39075a8d1c0c8a452ce2ef6cc294ce57c0ad82e22a8f38952 0.00 MB 8 343
140,876 140,876 0000000000000795ee1e0c8944db976c8fe974f6428532c1344bb2935b96378f 0.02 MB 45 15
140,875 140,875 0000000000000537fa486009b38bd6528f66cc8c0cad8c1f2a45602ba86e416e 0.01 MB 18 140
140,874 140,874 00000000000005c4c4e6c72fa5be197faba59461cd7f8cdb0433b754aed263cc 0.00 MB 10 574
140,873 140,873 00000000000006b04676b35f33a6ca6e7d76c2cb0546b01b5e2029b915057d9b 0.01 MB 28 417
140,872 140,872 000000000000048117412797f7115b2662e4b2dacc4b5528bd974aa91fd717a0 0.01 MB 25 190
140,871 140,871 00000000000004fb8ea29d53ce1ccd049048ed74dfb2162e82b8dd48a92657cd 0.01 MB 18 351
140,870 140,870 00000000000003c2f938d35d4c2bbf70909e0bf59f7000220fb1134f931b0c18 0.05 MB 124 99
140,869 140,869 0000000000000835280c5ed61c5d2654a4f63f18e6245495e0c788a52662cce3 0.01 MB 18 564
140,868 140,868 00000000000001db1d1734deb6aa6bcfff41e4e2b0c201d0e1d2891a298e948f 0.03 MB 75 483
140,867 140,867 00000000000007bd3f1b41385934579c100bbeb760c1ccc48b177e915eea699e 0.01 MB 10 810
140,866 140,866 0000000000000013efe7e2f7b9c87e64ae07f430cd852ac78f6185c86f60e59f 0.05 MB 168 69
140,865 140,865 00000000000001bef6775f0abb1c7fec28539196bf5794ad47bcd72b40562259 0.08 MB 202 174
140,864 140,864 00000000000006f3e58dbacd07603134fead8df2023392f40a9da329732955d7 0.05 MB 99 99
140,863 140,863 00000000000002b3093b70f6816fc369e9beb00f1dfeef1861d68a0a085c2e13 0.05 MB 93 539
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.