Memory Pool Memory Pool Refreshing

9,764 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (600,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,088 307,088 00000000000000000ee2ca0ac67a9531850b0c7948d1f5cc35b8cbb161b67f30 0.07 MB 120 26
307,087 307,087 000000000000000007ba7e063b33acd9989d0d9d1988f6f6ce465954ae91ae08 0.23 MB 372 28
307,086 307,086 0000000000000000178883fb1e2efedd0f2fed50e8d91de4c0fab9f0cc3e003b 0.25 MB 394 27
307,085 307,085 00000000000000004213157fa20b2fd51629040456f6782baa0fd6d5b96017c8 0.24 MB 409 29
307,084 307,084 00000000000000003fce18ad2ce4afffdc67d567333282f21b8fe52c02d34283 0.04 MB 110 32
307,083 307,083 000000000000000003ad2d98b3400546b40d0ef49cc2584f4ae0a9825d2dd886 0.11 MB 131 24
307,082 307,082 000000000000000028197c15fb2b7c240e89b95366326844471238fc6ba44715 0.17 MB 190 79
307,081 307,081 0000000000000000359f88b47b0071517ef41859468e045b74136df4426e4bcf 0.05 MB 147 35
307,080 307,080 00000000000000002a0367e46ac05a8dc2c94288a4f441b916ef0fd1fb346bb5 0.28 MB 551 32
307,079 307,079 00000000000000000bcbf20c8eb11e47caa444f593b72f9a8f56dde5611bb866 0.18 MB 363 26
307,078 307,078 000000000000000043c4115c8eb13ff39260fa367717f1fb1de67374de02b53c 0.13 MB 273 63
307,077 307,077 00000000000000002ce33aa3a60730ce2572a6b2bc5c8fa8baadd1c58681e084 0.43 MB 1,046 36
307,076 307,076 000000000000000040c9e34e9bde17213568639ad483aaed2c0176d8ab7a69f5 0.16 MB 250 25
307,075 307,075 000000000000000019f1eb0173b9e53d071d9f7c1fd2d75302680600bfa84ea5 0.01 MB 34 33
307,074 307,074 00000000000000004dea813a71e1b8c3f36cbca40b8b103636b0b18246edbf68 0.42 MB 697 62
307,073 307,073 00000000000000003137811b633c06b71842fb4f2b0158eb760c85028773fd58 0.01 MB 21 32
307,072 307,072 00000000000000003d23a4991c89d84cab3d3db21f3bedad203755db9d1f85b7 0.27 MB 403 27
307,071 307,071 00000000000000002926e95ae7d77d2c66fcdf5eb522b14b947645348433b0d0 0.19 MB 286 46
307,070 307,070 000000000000000004ebcd4336c050ffd2e16d900ee285304dd40e7bf425b147 0.08 MB 42 14
307,069 307,069 00000000000000000d86961f7b320e1bbd0790b2fa4bbdad3a2c7201e9133cbb 0.35 MB 605 39
307,068 307,068 00000000000000003e16a1ad00376844dc292b704d2a96296028f216d7bf8c59 0.23 MB 458 43
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.