Memory Pool Memory Pool Refreshing

6,506 transactions
3.53 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,772 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,700 (814,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,522 94,522 000000000008d608c7f1641c1ed01b18fb20c8d97574104c14f336aeda3d8696 0.00 MB 6 0
94,521 94,521 000000000000555ef6421d085a15bbb352149ee86db8b830263f4bee2f1ef0a3 0.00 MB 1 0
94,520 94,520 000000000005d818a6b845331074545d947a6c266722d173bcab0aefb0652c6c 0.00 MB 1 0
94,519 94,519 0000000000012d5433ade162d4f6f23eda952e808fca44ef48d14f4b3155ef3e 0.00 MB 2 0
94,518 94,518 00000000000571df9335e3993542784f18678d6a026c26ba744bd374e4b0f806 0.00 MB 2 0
94,517 94,517 000000000001df3f509dbb51a39332c276a06249944d9d04df04cc7e3926315a 0.00 MB 1 0
94,516 94,516 0000000000003b245c418506305caaab940b732604c0e6dfb55c47ee4e8e22c7 0.00 MB 2 0
94,515 94,515 000000000008c7285d7e17cd6168603b7eb6d16add19165c2ff4baade8bfea00 0.00 MB 3 0
94,514 94,514 000000000000c6da34354a50b83f9645efc0dc0cd059e48254ab2eed8b7d539a 0.00 MB 1 0
94,513 94,513 000000000006e4f5cf905cd9a9de985e9cdbca73c86425a290ce0453ccb23f4c 0.00 MB 1 0
94,512 94,512 00000000000550f69f822a5fad32cf76fb3458388ded2da4d6c25589d46a9c29 0.00 MB 1 0
94,511 94,511 00000000000062f1ac8c0dd2398d533ad8be77d212b7989dae0629090845e729 0.00 MB 1 0
94,510 94,510 000000000001cb8dca0dd8304b329147fd03c6177f61c727ee2af31e7a16ad2b 0.00 MB 3 0
94,509 94,509 000000000004dfd14365ffc9ed863c83093ab07f583ff6a7d9de3dc1a8c20b44 0.00 MB 1 0
94,508 94,508 000000000004f4c91e827a5b39ac29eeb755c565be389af355d2db36d759213b 0.00 MB 5 0
94,507 94,507 000000000007e0ce0242a7d8dbba4e6c8f8d547887c1cf5a696cb08536b8b4fa 0.00 MB 1 0
94,506 94,506 00000000000139e873e1776f3b5f7a36fdeb65e5eddb56458616e49c219175db 0.00 MB 2 0
94,505 94,505 000000000006ff1eab7fa0a519b4b87333fb9b16017bd6f3cc6d61ad484e3849 0.00 MB 2 0
94,504 94,504 0000000000013337b48d8405d5a5db5b19e8d67039f13ce406b0d40f148aca5a 0.00 MB 2 0
94,503 94,503 000000000000c5ff98bc4f132423a75823c2232e9d6c224f0ab4479bea56dfb0 0.00 MB 5 0
94,502 94,502 000000000001c5ce6ec9ca2b438af569c26bdcfb064875236bfc46e3e4460c35 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.45 GB sent, 101.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.