Memory Pool Memory Pool Refreshing

623 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,892 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 620 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,891 (756,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,789 151,789 00000000000001b5baa405cca53f37cd8392c31cd4889bb18debfeb1121e4b8a 0.02 MB 84 2
151,788 151,788 00000000000004e7a4db4f5d4dfd1a8fa86fa336e1a80e7c0faf8a936fe6d22b 0.02 MB 35 16
151,787 151,787 0000000000000a88c10d480a2b00b568c58f1c3f624a3296786829cc457e6b99 0.03 MB 61 93
151,786 151,786 000000000000039c1abbd4e31438216dc9c637288e4818974c2dfdb97a484490 0.00 MB 6 34
151,785 151,785 0000000000000272d7f3bb39e7a6e1b0042dacf829009da66f55552cecf71c4f 0.00 MB 10 396
151,784 151,784 0000000000000757400479e83acaedb46260ae9424d9bc5a487950cd4e9a331a 0.00 MB 3 0
151,783 151,783 0000000000000b7602cf68b6e19bdcd6efe5bdd10f50d5a4c9b19c6c8f07a7fa 0.00 MB 7 132
151,782 151,782 0000000000000bd8df731cbd8749b7a9cac69a4fd81fd2d211afade0c90da42c 0.00 MB 1 0
151,781 151,781 00000000000001e479d971bd58bd2c5d4635ff1342e2f11272e3e878af7a0b87 0.00 MB 4 129
151,780 151,780 0000000000000d715ddb117c215cb2c45cb3ad4fb2c45bf2ddb795efb55d0c9b 0.01 MB 15 55
151,779 151,779 00000000000003a954ddf9e1fb26d17cde1681fce3e9bcd0ec707071f7160de6 0.01 MB 30 486
151,778 151,778 0000000000000d54bf436e9d59c054adce60000f559a0c92a651a2d905713fa7 0.00 MB 2 3,875
151,777 151,777 00000000000002ec73a86060e3d35833a20ec660d5c3230bb3809cf7a0e44fec 0.02 MB 68 0
151,776 151,776 0000000000000d37ae0909353f1ef6e798aea6408cb0042506894c6862d7e28c 0.02 MB 53 140
151,775 151,775 0000000000000857eae2e676fdb0e2c00674c7bc1ccf84c083d70782bb11ed9b 0.01 MB 31 6
151,774 151,774 00000000000006df42217f27db375909ab73590ce19b74cad2a06764a917b316 0.00 MB 13 605
151,773 151,773 00000000000007532b78a4bb3680324bbb418beed8e69d66d5fe37e5e097ebd9 0.01 MB 14 158
151,772 151,772 00000000000004aaf886d65f0e94bb30619461ce3421e772608b9df4e91d189e 0.01 MB 21 194
151,771 151,771 0000000000000db6c20ee473982f2716565805730e4ce37497ed65966d7fbe86 0.00 MB 4 193
151,770 151,770 000000000000092879ecb0af9008f6c8bea7389fbfddaa00c1aedf9a0b9e99e6 0.03 MB 77 168
151,769 151,769 00000000000000f82d279b8f367f32ab1a33433e370a768a4ec7c7ba535ec8bc 0.01 MB 19 223
Previous 10 blocks ↓
Total Size: 769.34 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,643.32 GB sent, 94.65 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.