Memory Pool Memory Pool Refreshing

16,202 transactions
5.40 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,191 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (544,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,359 363,359 0000000000000000015b4193259b1b2bf7a1cb2c988a2f642bb61b9597d97559 0.84 MB 1,127 25
363,358 363,358 000000000000000002d6defe6678a393f0fb0fbae668b20b8ddd96699df2df14 0.75 MB 724 20
363,357 363,357 00000000000000000beef2870012462dbd73bb9550fba37734abdd18f959041e 1.00 MB 1,442 25
363,356 363,356 000000000000000014ac9508984a2162c187cc42aa16c560be0e7dc2665505e3 0.75 MB 1,969 39
363,355 363,355 000000000000000007def404f559a58c242373de3fd92df9dfc2f9156b570377 0.75 MB 2,000 38
363,354 363,354 000000000000000012e6130dec174ca877bf39ead6e3d04a8ba3b0cd683c1661 0.75 MB 2,067 43
363,353 363,353 00000000000000000a32df7233a0e5e0ce219154d1f290e44e74664b03cfc620 0.25 MB 211 9
363,352 363,352 000000000000000015bbdd25f1cf2e6381d6308bf74632bc2c26316a372c9c0e 0.25 MB 466 27
363,351 363,351 000000000000000006c335d95746c1c46540e8c4a0340a855cc77fba450d4016 0.20 MB 328 24
363,350 363,350 0000000000000000074b3b6680fcfe5196703b58841558b87ebb38c4e46e24d8 0.72 MB 1,325 31
363,349 363,349 000000000000000012ad81b3ea2cb1c4ba115901bd1b41cd05a6a8d736691322 0.36 MB 546 21
363,348 363,348 0000000000000000139385d7aa78ffb45469e0c715b8d6ea6cb2ffa98acc7171 0.95 MB 1,922 32
363,347 363,347 000000000000000000412744cc04433fe751b3752ed1012c94ea5aac09ddf658 0.00 MB 2 0
363,346 363,346 00000000000000001313e7248e0e472f35fc4dd0eccb2311bdbc828dc3281504 0.49 MB 912 26
363,345 363,345 000000000000000008546c835e40f66f702af128409881f91fa5f6582f17854f 0.02 MB 65 57
363,344 363,344 00000000000000000ea7e5dfab362e4724f9c4602a7e10e7f10c34be10388df9 0.10 MB 335 68
363,343 363,343 000000000000000011fc7218c3b4a64a7c0f62c5556068e34d8adeed8d0beef7 0.18 MB 326 24
363,342 363,342 00000000000000000f18e0fc0688c09a698233d68e0a22e7363ee16d56bd589e 0.08 MB 116 12
363,341 363,341 000000000000000002750601ed41e2e125d225347f136d480ca95e518f6e0b4c 0.38 MB 506 20
363,340 363,340 00000000000000000db07bb35c08d64ed4af5ac1a6ea32a28dbb977536b6e499 0.08 MB 296 59
363,339 363,339 00000000000000000b81c622ccfd2f9dd4b4a18e98812329f1279951b0e299f0 0.52 MB 420 9
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, 113 incoming
  • Data Transfer: 1,624.57 GB sent, 93.00 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.