Memory Pool Memory Pool Refreshing

48,323 transactions
27.43 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,471 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 1,120 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,470 (309,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
568,559 568,559 000000000000000000159779c890c6c9948a9b68e66df0f5496e700ff1b62502 0.06 MB 182 19
568,558 568,558 000000000000000000253b147cf6ae6c6edb74241a92cd465c0c3231e7439a51 0.53 MB 1,015 13
568,557 568,557 00000000000000000005f6f888e1a16e54b0236ab06c695d80b5278182ffaf19 0.25 MB 500 12
568,556 568,556 0000000000000000000077b003283913f7d579f5696abfb8c3a05d8003834302 0.73 MB 1,295 14
568,555 568,555 00000000000000000007777ba3e51192f17a9d2f8ad4178d5970dd2d7404c0ab 0.45 MB 411 2
568,554 568,554 0000000000000000000700f62185572bbbeb36b456239e60fd58ec342c85a6e8 1.22 MB 2,761 17
568,553 568,553 00000000000000000004ef12d7fa314d078afb57d81640a0dff67f6411a3f484 0.56 MB 1,282 20
568,552 568,552 00000000000000000023c1d5163fcd8bc9d3d5b75754d05d43f3ec36db5234e0 0.03 MB 116 21
568,551 568,551 00000000000000000007e8f9ecfd3e02f336c6c6fe4552beefcbbad7b203be66 0.13 MB 172 17
568,550 568,550 0000000000000000000e1559beac2ff598d489d9e573740b1a20460a6ca9949b 0.08 MB 206 15
568,549 568,549 0000000000000000001fc4d5016221166952c42a8229c38481d54a4727afe684 0.17 MB 322 19
568,548 568,548 00000000000000000001f521071f90b2edc19f8c19dcdae0574101d72d60c6a7 0.36 MB 842 16
568,547 568,547 0000000000000000000a9a082ce74ed557cb871739bb10a85c38122c87fefc53 0.26 MB 486 13
568,546 568,546 0000000000000000001424d15cfe3449c3f9718f0a064020d8564b173e2f8f29 0.68 MB 1,671 16
568,545 568,545 00000000000000000000aff6b78a2d60693241384e6675335d8fe4f3d8dcd1b5 0.74 MB 1,454 16
568,544 568,544 0000000000000000000c6df66ab26da90492d6549894c6b32bec954934f0be8c 1.14 MB 2,637 24
568,543 568,543 000000000000000000190d81aec3c33e0a10b91175fda2ac46f0290ec1757427 0.34 MB 891 20
568,542 568,542 00000000000000000029f0ff4f2a2c4d17614cf640fa51c6105614e9b59175c0 0.00 MB 14 15
568,541 568,541 00000000000000000003db865534b9807b7383c0515587c74d9cf1d3a89780e9 0.67 MB 1,540 17
568,540 568,540 0000000000000000000859d2c17a98bb32585001cce185f090e8c4f95e70e8f5 0.67 MB 1,349 34
568,539 568,539 00000000000000000015adfb0fa25dac06e56f9495f9df4fa7fd6bb0f0a1b3c1 0.54 MB 1,291 15
Previous 10 blocks ↓
Total Size: 715.28 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,383.70 GB sent, 41.47 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.