Memory Pool Memory Pool Refreshing

1,390 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,901 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,390 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,900 (755,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,568 152,568 00000000000000ef8f40543b07370ad286a3bf786d071d29025e76f420e7d97c 0.03 MB 56 155
152,567 152,567 000000000000000fa3f3de204bc2c15cd11c71c762e08d569896d27e6d7b46fb 0.01 MB 40 117
152,566 152,566 000000000000028b528f0bbe05e97a878db25263bb00c30cc5451ce86907e799 0.04 MB 75 47
152,565 152,565 000000000000034f7d111e3a84084bd55249fc48d6e7822a69d69d502bfe47b8 0.01 MB 14 107
152,564 152,564 00000000000000f4e71edb57157e66736cee44640358ee1da0dd1ebe354fe23a 0.00 MB 10 109
152,563 152,563 0000000000000a8ad3a343f891a25949ae7937f2091a71e72874f4177183f828 0.01 MB 5 118
152,562 152,562 000000000000051f28c98dc67d5654ce0a8fe6f3045d80e265704a67ef7350c3 0.02 MB 41 66
152,561 152,561 0000000000000db75f7c0a1cb14ad736282b9655c9f46a7423c4a6932904fed3 0.03 MB 59 128
152,560 152,560 000000000000098f39a69b166be8b7e967b3a6843472b8ab6af6901deb77af63 0.01 MB 4 0
152,559 152,559 0000000000000672526c2358bce027648d6534c9f281bed82c1dcf8a79d73f27 0.01 MB 29 151
152,558 152,558 0000000000000480ebed5d4005dd46facc95bee07900ac579b8121bb6cb168ab 0.05 MB 124 116
152,557 152,557 0000000000000618c49194fca669a6371e6d2b79c4c505cd2c6ce7ff9c13cbf8 0.00 MB 5 28
152,556 152,556 0000000000000c1ccbbf039ec867a5feb03ed813aa283352c4bcc63fe6a98553 0.01 MB 34 158
152,555 152,555 000000000000074ccb1d46466ac9465eeafc6dca404e12b4bddbc40367a453d9 0.01 MB 18 102
152,554 152,554 0000000000000bae3bc595b0f42fb13db392c25ec1679e2f55187d15177c68e1 0.02 MB 45 55
152,553 152,553 0000000000000abe9ce53dd4b5ee4bd9ad0e95bc4c17434c73fedb25f0620e80 0.01 MB 39 50
152,552 152,552 00000000000002d6f1097e577a322e1504d4546285dcfdf3b2edb3ee5b0e86be 0.01 MB 13 29
152,551 152,551 0000000000000221bded54f43e82c0a6c4d243694f81610c812211a78b932ca8 0.02 MB 36 39
152,550 152,550 00000000000002c12a7a5e122406278389ba22b9b01d6fac302274acb05a118d 0.02 MB 65 73
152,549 152,549 00000000000006de95e3dd2e4ec63ed44c986244250e24f133b6906c41329013 0.01 MB 20 19
152,548 152,548 000000000000028c40e8ddc6c9fff3043b505cf6f6e302175b88ae58dfe8fbcd 0.00 MB 10 35
Previous 10 blocks ↓
Total Size: 769.35 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.64 GB sent, 94.72 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.