Memory Pool Memory Pool Refreshing

3,375 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,521 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (840,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,146 68,146 00000000015fb5a3f3ec95efff1ecf900195ae56b3118e704286ebf60a15f34f 0.00 MB 1 0
68,145 68,145 0000000003b9877ae352ec97203f238edce2b048ca32994ab11c858ca8f4bc11 0.00 MB 2 0
68,144 68,144 0000000004b5165291c702fb2cc6a37bdf1903021567eb4000d4a32ee903e6c5 0.00 MB 1 0
68,143 68,143 00000000051e237c02f491cb5d1c4e770b9d4c12d43e85fc51d4e5d9afaea663 0.00 MB 1 0
68,142 68,142 00000000006b75a449dcb49e7f0e0abac1d2ebe8db3872ff6670111d009349fa 0.00 MB 1 0
68,141 68,141 0000000002b6df41812985b6752ce66ef492cc972c021ec10634f7cdd7f0fb85 0.00 MB 2 0
68,140 68,140 00000000027f0d99380f9f1f11f58bb36397893a250e42c1826c4ddd96e6da3c 0.00 MB 1 0
68,139 68,139 00000000041e7197c95e7e9c566bc160f86af232f9af988f8a52fb76bd5cf4c5 0.00 MB 2 0
68,138 68,138 0000000000750bdcf177652bda8f673efd49279fe6d3169c4120ec7e437a7156 0.00 MB 2 0
68,137 68,137 00000000053431f53b6a668e0422f86c7438f0d7dde7db1a7bdae93d7ac8ceb8 0.00 MB 2 0
68,136 68,136 000000000359cbe41a06d1579e5a4f2038518ba76284117b1c738f848168293d 0.00 MB 2 0
68,135 68,135 0000000000ec51b9d4e960fcac2fcb2bec2f4221e772b47fc513f9616ce940d8 0.00 MB 1 0
68,134 68,134 0000000002462ebf6f787685d4beb79a106a37a9f56c16823b54ab2d6f3e4a47 0.00 MB 2 0
68,133 68,133 00000000054a6752d3c4c165fce5f93b30412e2d677ca25f031cce37e0676957 0.00 MB 1 0
68,132 68,132 00000000006d18bc89cecc44d5bb4f772ab8c160613a5d682292fc6943447a3b 0.00 MB 1 0
68,131 68,131 00000000008ff7ec919257b9dccd71f18189b96601e212eede97451ac1e76e61 0.00 MB 1 0
68,130 68,130 0000000003a80e16a1192c4f32e8ac3703e3461450e1729d854be17a5b0c57f3 0.00 MB 2 0
68,129 68,129 00000000000900004f74aadad2a844ad5041bc3949609d9c2d02578447bee2d0 0.00 MB 1 0
68,128 68,128 000000000521e6e46af2650538f12cf8775b2c711292fe5645ff4c08ed751992 0.00 MB 2 0
68,127 68,127 0000000003f1ece23080c4d96de855cf0bc13c69ae614e132ad59befdd21d0cf 0.00 MB 1 0
68,126 68,126 000000000384f32825a2ddd9daa8fc35ec614d589d2846c63aa9ad75311d94d4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.