Memory Pool Memory Pool Refreshing

2,171 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,150 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (270,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
637,364 637,364 00000000000000000005d6f13d25ffadcb8d54aeb857cf330096ea43e019c0d6 1.33 MB 2,576 47
637,363 637,363 0000000000000000000395b8acac6d99b211397e924c0a02bad33cc634a350d4 1.26 MB 2,570 63
637,362 637,362 00000000000000000005bfbf22a6858cdc6188d6a97a4c9ef8484de716b4c9e7 1.27 MB 2,921 58
637,361 637,361 0000000000000000000e442e3ff9845b7fb9ea53352c82f58cedd9a05020e167 1.17 MB 2,839 52
637,360 637,360 0000000000000000000c0443bc0737b1045ac46cc4eb1be4c9e0a66cc37624a0 1.19 MB 2,582 58
637,359 637,359 000000000000000000102ddf3790ed218f19d08e1ba02f533f41f5fb636bea6d 1.27 MB 2,928 56
637,358 637,358 000000000000000000070fbd4762bef666b6b2cbdc2bad2510c989c52ef85e75 1.24 MB 2,736 58
637,357 637,357 0000000000000000000fec879509623753f3bc72c7d2e9c9e6ac4ea0bf47da8f 1.29 MB 2,679 66
637,356 637,356 0000000000000000000da9f8608ec3044b13ee95802f8b4610524c262ced63a0 1.32 MB 3,044 66
637,355 637,355 0000000000000000000416c64df2b418bbd26fc83c8a9b5e3b0b54e77ed6ee36 1.32 MB 3,257 71
637,354 637,354 00000000000000000001eeaba8f93a6b687a99d73b72a18cf30c9fae8f23d4e2 1.27 MB 2,757 85
637,353 637,353 00000000000000000008442937e9e9e3a6ee243bbcb36d0c27d3ff34e6f7b6e0 1.19 MB 2,432 48
637,352 637,352 00000000000000000000b9aeb11b68813ed8dd4be4ac5951d1683bf105f8916a 1.24 MB 2,402 47
637,351 637,351 0000000000000000000fb078059ea201904022a3d859c3cea3653b01e9465f65 1.23 MB 3,222 68
637,350 637,350 00000000000000000004d1149d3c5a9a66b40ab10e4dac1d69c402158712fe33 1.11 MB 1,895 69
637,349 637,349 0000000000000000000095cb6e37f9f9770e527e8da3a01c3698b43200e436f5 1.36 MB 2,377 41
637,348 637,348 00000000000000000009f9ecaaa21a5f2a2a07236301ff8d478766efc2d28a10 1.21 MB 2,546 63
637,347 637,347 00000000000000000004bfe7aca68e26f2aef13adc1cc9b220a402f30277c8c0 1.37 MB 2,778 51
637,346 637,346 000000000000000000017cdcf60b941106f7ded60d34e555228552c4c1fa6ec0 1.26 MB 2,534 29
637,345 637,345 0000000000000000000da70d059673a7d6d708069d9169a6511ca5c4db392dd6 0.27 MB 533 31
637,344 637,344 0000000000000000000ec6c9930e0ab1e35caf1e2d8ff59a89e54f6adf21a51c 0.18 MB 457 37
Previous 10 blocks ↓
Total Size: 769.14 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,631.98 GB sent, 93.59 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.