Memory Pool Memory Pool Refreshing

17,817 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (741,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,464 166,464 00000000000006b311b21c32b2ead2a181937aa008ba59867d627e0f9089223f 0.02 MB 37 151
166,463 166,463 0000000000000b2d9d507efc4ac4ef45177c9386a1a4eace99471456cc1d301c 0.01 MB 46 231
166,462 166,462 0000000000000076c37823873e267e17f57dcbe7a5bbba35d18382dd8c3122a3 0.01 MB 35 165
166,461 166,461 00000000000009ef9bc7271ce87b174b6de24ba228cd8f8eb7da838014f956b7 0.03 MB 58 266
166,460 166,460 00000000000004c9dfc67707c906bb5feb606cd39633315b3ab298bc07c6f887 0.05 MB 122 98
166,459 166,459 0000000000000bf8a61c227ac3a4b46492072157ef12b328c5e335563d64fb31 0.05 MB 144 57
166,458 166,458 000000000000017e6a168f6877de4662e4d530e2f1d5c98a83a35295f3cd84dc 0.03 MB 58 139
166,457 166,457 00000000000008752aa30f2e2c7af6e726660fedbf50d17797e6b369837cc49f 0.01 MB 19 61
166,456 166,456 000000000000001b11e7a3ea668cac52fdc59dd872c416dee99564f7238d17f9 0.04 MB 110 117
166,455 166,455 00000000000006ce97b20b9c71d2f686d2d5cf2e0b1d4e9ef9f2196c06cd0909 0.02 MB 34 119
166,454 166,454 0000000000000118b969b7d3ac804056bc6321a533628e83eca502d90c70275f 0.03 MB 74 134
166,453 166,453 0000000000000151729e252729f77c13686f96a4390af42213ff2bb7f1401b2d 0.00 MB 6 516
166,452 166,452 00000000000009ab176b6b3531c3f47ac2b5a5d442f325a1b77d7b10461c1503 0.02 MB 49 72
166,451 166,451 0000000000000b63366b9f6ab0708511ae2fdb407925b877c602b7c22e795681 0.01 MB 19 198
166,450 166,450 0000000000000a1f23c7c5f6302eb03ec7b5cdfcd7d11304993cb14a3a316be6 0.03 MB 49 83
166,449 166,449 000000000000084c27214fd95a00c3d822655cb1f30706f5da4b63707a9b146c 0.02 MB 48 67
166,448 166,448 00000000000005030c39de2e8953bee3ae1688bee58616d261e03ac1269f6019 0.02 MB 38 394
166,447 166,447 0000000000000ad45a495e7280bda050202b9fe5674cde3344aa86a9aaf4d87d 0.01 MB 23 95
166,446 166,446 0000000000000b0798d8097f080b26bc42c995cc52daf5810b524949841e3dac 0.00 MB 9 17
166,445 166,445 00000000000006e1b75020ecaa1a07c64685c3f3d62aecb82737e05f64926a06 0.01 MB 17 225
166,444 166,444 0000000000000b8315f97bf667184c7d36c8f244c68d57c1bdf5e9a46fa193cf 0.02 MB 57 96
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.