Memory Pool Memory Pool Refreshing

2,018 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 2,008 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (82,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,622 825,622 0000000000000000000065d0a5784d45695fd51ca04bba8c9ee0b6fc89bb601c 1.56 MB 3,594 103
825,621 825,621 00000000000000000001192ac2071643c11241935468ca168e373f206913c61b 2.03 MB 4,860 86
825,620 825,620 00000000000000000003162a79c495cd6b6dcd842c1dd887a3cd12ec75fd6652 1.73 MB 4,764 101
825,619 825,619 00000000000000000000e9eb334259823f83b45a2d4d5af9dfae07b350a2dfb5 1.98 MB 4,497 78
825,618 825,618 000000000000000000011a83e5d436c7af548a9e0e6000cbc46d5720f5499c63 1.88 MB 5,324 97
825,617 825,617 000000000000000000037b8c8e4dfb126dfe336b93821753b03fee76282180f9 1.88 MB 5,353 110
825,616 825,616 000000000000000000018b92034ba1fd46dfd56bfa4c5084da358f7a18a6be5f 1.75 MB 4,651 113
825,615 825,615 00000000000000000000de4b666d8dfad136a339ca99b3caed1f01d473eb84fb 1.73 MB 4,455 98
825,614 825,614 000000000000000000011d49c61af874e471411eee05b61983a1f08f8966e38d 1.83 MB 5,146 94
825,613 825,613 00000000000000000001c9605139795627cbd970224a69cc5e0f18e65962978c 1.78 MB 4,863 99
825,612 825,612 000000000000000000031ec077518935dd01d56273a5ecd40984fb9f6344ab3d 1.71 MB 4,527 112
825,611 825,611 0000000000000000000018de27b5a5f632de7c99c5202ab2e7535e6fbbb91c08 1.83 MB 3,705 63
825,610 825,610 0000000000000000000323882b9e9eb011e0c37ef67c941cd2c4db446b356fd9 1.61 MB 3,803 86
825,609 825,609 00000000000000000000d0b85f69028369333d6b7b98fa2bbd1895d5cd83206f 1.83 MB 5,000 68
825,608 825,608 00000000000000000001c1d2fa840823ad68856f824bcae9c2ffa0cd1c6513a1 1.69 MB 3,964 56
825,607 825,607 0000000000000000000336edec609b6b591840651d30dfa41b5abe2851a18e83 1.67 MB 4,105 59
825,606 825,606 0000000000000000000072071f7d12f61e0489e1d62fe3686be5a7cd784c2ca5 1.93 MB 3,858 45
825,605 825,605 000000000000000000028e058fe9ab148f94938d1402161bb7f998d34ec2289a 1.94 MB 4,816 46
825,604 825,604 00000000000000000002eb9b785000cfc1fbd4966e5db7fdcea75d8cf6bb1eda 1.74 MB 4,518 59
825,603 825,603 000000000000000000037a262221634ffc442bc37c7c160358ec14e2225bba9f 1.81 MB 4,856 50
825,602 825,602 00000000000000000000e242f039ce699b40ed4f9f7d1a88cc29ba55ad79edda 1.77 MB 4,580 51
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.64 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.