Memory Pool Memory Pool Refreshing

8,130 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,746 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (14,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,433 893,433 000000000000000000018cc93a76d2b742b511bd722dd18919154cd04ce9f77b 1.48 MB 3,861 7
893,432 893,432 0000000000000000000042fdd38be1be9a4103ee0e63ff245a56a4fc6594f4b6 1.77 MB 2,832 2
893,431 893,431 00000000000000000000e73bea9805573e7b98dcdd766af8da2ef0f040565436 1.51 MB 4,329 3
893,430 893,430 00000000000000000001136b6250e667fe2b9ea272c52d35c4734f30446f6cf3 1.55 MB 1,738 1
893,429 893,429 00000000000000000001638c58b42a16f99f529aea759f748eee0e9fc4f68e9d 1.81 MB 2,867 2
893,428 893,428 0000000000000000000121ab37447b7d63af1ea921cacc566d622718321ecffa 1.55 MB 3,289 4
893,427 893,427 00000000000000000000a3252e0a46adf081bda3c7ba187501ae9cf459384c8a 1.61 MB 3,361 5
893,426 893,426 00000000000000000000e1d08a82335d7e812ced22f8b970e171692c34a4d5c5 1.64 MB 3,681 6
893,425 893,425 0000000000000000000145fe0fdc5dd8c298f06dc66c9e6b09e7115c71e4b68c 1.47 MB 2,984 11
893,424 893,424 000000000000000000022fb0ca325a94a6bbe23cdaaf9132846903b53985876b 1.83 MB 3,413 3
893,423 893,423 00000000000000000000fc56f4b09a9e810de1ef70818a997167ad448d0167e8 1.65 MB 3,512 4
893,422 893,422 000000000000000000004e78e45f6665643e9344f5f9e27bdfed28af2d518a0e 1.57 MB 2,721 3
893,421 893,421 000000000000000000009659a860347dc44117a7806736679935e53e587ef5f7 1.64 MB 4,347 5
893,420 893,420 00000000000000000001d20d19fe18386c78b7e37536add31bee39f9ea8d624b 1.60 MB 3,934 6
893,419 893,419 00000000000000000001d41b4eafba5933a3c09854bbb19866c8230f77fdaf60 1.71 MB 4,769 7
893,418 893,418 000000000000000000013a094306941458290408a710724cbb4207bec962947f 1.74 MB 4,484 13
893,417 893,417 00000000000000000001b57d3f555b9b9dc3f4b561a052170a4367cd48be1c5f 1.67 MB 4,597 6
893,416 893,416 000000000000000000018f7bd443f08b378646ed05c584ec5bc52b5c517edb1a 1.64 MB 4,230 5
893,415 893,415 00000000000000000000fd581c33a1fb590fcd414e15ee81ca2526e8890783aa 1.41 MB 2,573 3
893,414 893,414 00000000000000000001811fe1037cc27c8b0b8e6f8213bb49ec0ce035fa8cf6 1.60 MB 3,131 4
893,413 893,413 000000000000000000008fc21ce3248ceef4cbccb24f74d9c14c7721fe873ca0 1.65 MB 2,916 4
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.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.