Memory Pool Memory Pool Refreshing

2,935 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,313 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (815,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,081 93,081 00000000000586a451a85d24602cc157fe1cd024a271425601887610ece37bef 0.00 MB 13 0
93,080 93,080 0000000000054e7f5b005bd6b28d2461f670c4cf8c82ee9634d888e15aac6b7f 0.00 MB 14 339
93,079 93,079 00000000000109f3845b0d70cb3b8d1d39ce0446fcf5c0710d3279d2a04aaf45 0.05 MB 218 20
93,078 93,078 0000000000006028745526fa3ad40f5877c6fd6f6bc5d99e6e005889191b5c4f 0.05 MB 219 40
93,077 93,077 000000000007361267d2391eae703fa03385ee8541b5c4bd4ca01b4ca8715319 0.00 MB 4 0
93,076 93,076 000000000008a21402f108aa0ea2048d7e52f3bb319b4e77eed48e43d55be84e 0.03 MB 139 0
93,075 93,075 000000000004bc9fef06214496e280017a9573422fb8236703c6451664967cb0 0.05 MB 213 61
93,074 93,074 0000000000057a0e66c06d840d7a7c622f2f3ce6ab36cd9c93ef09e4a74432f5 0.02 MB 69 131
93,073 93,073 0000000000068723a0c66cbcfcfb9c2910352a1712a63510fcbefa6d733f4639 0.03 MB 137 65
93,072 93,072 0000000000005dcbc467ddb4a5aca02dc217d75207244d444250f3355e2fbbf2 0.05 MB 219 0
93,071 93,071 0000000000054c1eebff6bba5f22732e6474030b96ad7cd879226b488c00867e 0.00 MB 14 0
93,070 93,070 000000000008f741107b5b8cfe7ab82133ccbe900ec86a3730ef917465ffd82b 0.18 MB 800 0
93,069 93,069 00000000000459c4beef98b92370591745176c513e0042d58d43abf90d044c30 0.05 MB 219 0
93,068 93,068 00000000000958dd3d35dabbc9269388dc7a743364cd71d8f2d1cae17efcd9b8 0.00 MB 14 339
93,067 93,067 000000000000e9f1a547b9505177ee9795dd07478691caa2629790bab794f4cb 0.05 MB 219 20
93,066 93,066 00000000000667cd1b557005fb3c7b9465c531c00f1c11115f673e425c06547a 0.05 MB 219 0
93,065 93,065 0000000000096155f3f3005e54b866fa65d78c8b89e8614d71855ec2e93e1f93 0.05 MB 219 40
93,064 93,064 00000000000932b4b673c74043edab89c6a54f7471cfd781a6d1d99396a77655 0.05 MB 219 40
93,063 93,063 000000000003962cfb6072cab8ac375ff7e7b4b8f49fe4dd61c8c0f55a18b453 0.05 MB 190 0
93,062 93,062 0000000000008879aef353bc0294655993b0e1dce0f22d6994fd538f9fad0e40 0.00 MB 14 0
93,061 93,061 000000000000f898abdd738b08e4cc921d702b0fe7eb651b51b3cddebbf6cfd4 0.02 MB 2 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.27 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.