Memory Pool Memory Pool Refreshing

3,968 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,586 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (201,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,568 706,568 0000000000000000000d9029ed76bccf536ede5d79be1f864f72c664530090ef 1.43 MB 2,754 14
706,567 706,567 000000000000000000027be233aba1d877c55aeae7e1db004b14519eb4ae1861 1.75 MB 88 1
706,566 706,566 0000000000000000000bad8a1a3724cdf0d66d82e11fa0f6483e9408de87620a 1.69 MB 522 3
706,565 706,565 0000000000000000000797165849da7cd22c9302d859374d5be5d1797628145d 1.72 MB 1,055 5
706,564 706,564 00000000000000000004728aeceb840a830c8a5d84a5d2b017ba64b6cf72c6f7 1.76 MB 594 5
706,563 706,563 0000000000000000000369507f529890c7e71d107688bb867b51ba034ddaf9fc 1.66 MB 600 4
706,562 706,562 00000000000000000008e9b652042b8349dc0ec3eec0e82e9d94349da167db18 1.18 MB 345 3
706,561 706,561 00000000000000000004f94fb39ff80f633a66bbd00a2ae3d8fd3633a55609f6 0.26 MB 500 10
706,560 706,560 000000000000000000067966655650f6afb7db638a7bafa5ad2e3c263420be7a 0.17 MB 342 23
706,559 706,559 00000000000000000005e808330b08a3801d62cbd1ae28548fe44b70ffecb884 0.57 MB 965 11
706,558 706,558 00000000000000000002e6313afefc6613c39686c1ba63d7f2cdb0d7d1c77fbc 0.84 MB 1,084 9
706,557 706,557 00000000000000000002e9ba0c6f523e4dcba27ff3934bd3ccb5aac7f04191f5 1.20 MB 848 7
706,556 706,556 00000000000000000007ec102038f458a979c5c761136c35866a5aa29de80451 0.25 MB 302 7
706,555 706,555 00000000000000000005321e81c938d7fa105e7b921e0785c23a8a448353e9e0 0.20 MB 313 8
706,554 706,554 0000000000000000000b62c5a2f7a75b635b8b4fb82d0962183c5072eb39fe2a 0.15 MB 223 4
706,553 706,553 0000000000000000000661a9c38832f70df2c0645dd934df9a29e577e356ad4c 1.40 MB 2,325 18
706,552 706,552 000000000000000000026ca365acfe44d31cb6c0f1f763fa8df31cd4fbb2a94b 1.34 MB 2,094 8
706,551 706,551 0000000000000000000408a49b79b5b6b25d01cb9d3f45aa7d38f53c805d6146 0.06 MB 144 10
706,550 706,550 000000000000000000087c31701447626961699db9566bd5cc721735a556f308 0.01 MB 44 12
706,549 706,549 000000000000000000033e5623581e910369741f48650249d6e373ae9f364bf4 0.00 MB 10 33
706,548 706,548 0000000000000000000026e2af46fcc622998595328913eb04298fedf55b44e6 0.09 MB 77 10
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.