Memory Pool Memory Pool Refreshing

4,948 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (545,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,061 362,061 000000000000000012f52c03986c500d4cc5293b09db2a2f384ac0f48dadc620 1.00 MB 677 15
362,060 362,060 00000000000000000ba5cca0b135148cf96c307cc10e476abaf2fb0b5407ea01 0.75 MB 1,397 28
362,059 362,059 0000000000000000126c4796d827814d6fa8f875e23136800a7bc57001e9944c 0.75 MB 1,325 28
362,058 362,058 0000000000000000037e0f13d498d13a0b08e7ecc069ed497d665b6927b4724d 0.75 MB 1,670 33
362,057 362,057 000000000000000010a64daef6c0ed0356d0f183406bac302deb1a1bd04f3528 0.18 MB 256 29
362,056 362,056 00000000000000000d0f8256d5de6cbf764947b894c270eb1ad6d8fe24cf08e4 0.90 MB 1,354 19
362,055 362,055 00000000000000000198e024d936c87807b4198f9de7105015036ce785fa2bdc 0.75 MB 1,173 42
362,054 362,054 00000000000000000534483287f3f7e428dfcd5d49ef2d4056988ffe23032fd5 1.00 MB 2,481 45
362,053 362,053 00000000000000000d59e0f9162147ca616c667ee12e9e18c6a38aeb3f4e0162 0.75 MB 2,029 40
362,052 362,052 00000000000000000e278cb343d11d7aef43f5742f1735e7a33bdb83d67217cf 0.40 MB 1,582 47
362,051 362,051 000000000000000014cca54bf477ff80e9de86ff1faa12e1a4c58aefe30b37db 0.00 MB 1 0
362,050 362,050 00000000000000000c087ec66d6ca60fd5396915794a601300bf247ff5e1c692 0.75 MB 1,084 50
362,049 362,049 000000000000000009cabc281c455342adb11eb296415cd01792c644e6c48054 0.75 MB 1,014 150
362,048 362,048 0000000000000000072d207e37ff97ef264a5a05f6f4f99767fd0fbf4ab96ebd 0.75 MB 1,040 57
362,047 362,047 000000000000000012098f8bb55b19169019cff9aafced0ac38aebf2dc7c9843 0.75 MB 1,033 43
362,046 362,046 00000000000000000a67683ee8bfb7cf628418bb257e1cea03a8b208d54fca7d 0.75 MB 782 79
362,045 362,045 00000000000000000adb91fba2ff29a47c2447f73854351111dcc24491b351dc 0.75 MB 1,985 62
362,044 362,044 00000000000000000fb875385a3c5b8d1f3b41cb82c9bc43bfbac118155fe778 1.00 MB 550 27
362,043 362,043 00000000000000000c3fbcccbb366c294ddd2ec23a399aba8fb07c42c4206647 1.00 MB 717 15
362,042 362,042 000000000000000004a86d33bfe434d28cd270e90c3e73711f96b0ec12265e94 0.75 MB 176 58
362,041 362,041 00000000000000000cc4a6e759cadadb5fe70cee44a14e5908820ab26c6fbb18 1.00 MB 1,389 19
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.50 GB sent, 92.73 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.