Memory Pool Memory Pool Refreshing

4,816 transactions
1.47 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
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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,339 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (775,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,058 132,058 00000000000006aca48be9ef22e4e3985491cc4ed4553c1b98796d619427739e 0.01 MB 23 352
132,057 132,057 0000000000001154a735afeec0f37ac860d6df98ad2a65f68eb18cfc3be609b4 0.02 MB 19 54
132,056 132,056 00000000000006cdc95a0d5b31c60bbc7ddf3edfd9a1e6f8d0fde76de0e5a178 0.05 MB 69 175
132,055 132,055 00000000000011d6614b356e9b0f71bb5e7f3079ceb721f7e6f6e8ca0b682a4a 0.01 MB 22 185
132,054 132,054 000000000000049ebf8211292b61cc32e187ba66f8cc71973537f15ce55914a0 0.01 MB 13 144
132,053 132,053 00000000000012f49b97d09261f024b7c61067c7612fcc167f0f22740685c784 0.02 MB 5 53
132,052 132,052 0000000000000d888757524339c79dc7ac2531b851b0a511c1b5ac1c6612f3e9 0.01 MB 24 180
132,051 132,051 0000000000000ee2f820b8d5d8319ff715ac919a174e3facf93f76e8583f4c67 0.01 MB 14 0
132,050 132,050 00000000000010f211a631f26104b41777e4140dec17d45466d331dfc19fe53e 0.08 MB 56 109
132,049 132,049 00000000000001472c7d888fdfc103f9e6440ff26803a29604f9e1b394fff69c 0.04 MB 53 264
132,048 132,048 0000000000001263ea4d6a422dcc2fdc1d607d3ce6aaae91052270419e222763 0.00 MB 4 718
132,047 132,047 0000000000000455d24daff0b448d70a573c60867871a0596f308edb928e6d27 0.02 MB 76 51
132,046 132,046 0000000000000664ac1957af65a2aff5656fa541db57758eb3ab3235502175dc 0.01 MB 33 444
132,045 132,045 0000000000000107c66977b45532a8b4df315fa5f3bf71c07193cd0d50028eb3 0.05 MB 166 26
132,044 132,044 00000000000003618fbfd104465f5bf41d76b727d650c5c2b00a7090ec514eb3 0.00 MB 12 0
132,043 132,043 00000000000002bb766147e755a4af2d245e014b03911bc51e980d8118362e0a 0.14 MB 166 87
132,042 132,042 000000000000114d2c630f6a856af9baeb06c304629257a0135bcb530e22ba24 0.01 MB 15 693
132,041 132,041 000000000000118be81515899a7e4188355eb279fea3d7b973ef3311fc7c0eb7 0.01 MB 27 561
132,040 132,040 00000000000004571e161c5f81947b00586ae2697b6696279dc68f3972d45dbb 0.05 MB 100 76
132,039 132,039 0000000000000d7eed5b0008256104f944897efd8c7030b7cb81ec89c912ff90 0.06 MB 202 286
132,038 132,038 0000000000000d0129bea5ca50807991758180e9d3dbfc7515e9fb423621d1cd 0.05 MB 190 40
Previous 10 blocks ↓
Total Size: 769.00 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.87 GB sent, 92.83 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.