Memory Pool Memory Pool Refreshing

8,029 transactions
3.64 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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,873 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,697 (894,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,736 13,736 000000006bb5203f5ff9f51592ebbe23f19381f4936496c32af36d04099f9385 0.00 MB 1 0
13,735 13,735 0000000059688c70f69deaab12638c7cad8e6e15e80174d46a56821a9ae3e5fa 0.00 MB 1 0
13,734 13,734 0000000056bf395bb42cf0cd661ee99c5b80e28bfeadad2a6b3953f63f8d0503 0.00 MB 1 0
13,733 13,733 000000007c8d9194c2f946c6751516285edb292aac0938a703278889e2eee2a5 0.00 MB 1 0
13,732 13,732 000000006c9c4fa15d6c4b5773be536f09c2034d3368610d9fbe1318f898fc47 0.00 MB 1 0
13,731 13,731 000000008f72b04e6d3705d139f58f411144b0f9a0c1ac9671177479b291b2de 0.00 MB 1 0
13,730 13,730 00000000d11ec96e6d5b94508733393a63ef0132bd9f84dc3ddb5788177dc9bb 0.00 MB 1 0
13,729 13,729 00000000ce1367261a2c5fae400d22fa4a827a8977a87fa52c9811251ce3c79e 0.00 MB 1 0
13,728 13,728 00000000deb5cc7bdbfffeae46f4ecd6d7cfa469c96a335380e7028fe387d611 0.00 MB 1 0
13,727 13,727 000000006bf01cbd5947267839750803ab9d20332cdf829e5cbfd748312f3029 0.00 MB 1 0
13,726 13,726 000000000b1bc421310680333296bdbadb5b52dc04afc464e3ad5f9d92bc6732 0.00 MB 1 0
13,725 13,725 00000000b531a6d7e38cb16c309a0d4f0e8cf0a1d99f24b07a8d06f7ba227226 0.00 MB 1 0
13,724 13,724 000000001b8df5a0445b146ce5299f5fd2a447014d910866cbe4d9b411f3dc0a 0.00 MB 1 0
13,723 13,723 0000000045c441113fafd488df7da919bddad7158c95fbd5ade6b6fa37dcdb82 0.00 MB 1 0
13,722 13,722 000000009f7cba25101a4915bbb6a3364ee4f74e67cf44996e79d26e3e7bd59b 0.00 MB 1 0
13,721 13,721 000000005635d4625e1413614590d01d3ee411c350106cc6ed6d54fdf48b16f1 0.00 MB 1 0
13,720 13,720 000000001b03616a64e35449fc1dc0d99e4d5d21737864e75d19ebdccc67ebec 0.00 MB 1 0
13,719 13,719 00000000150037d4386a0a70ac06f86b24d0b558ee55cbded63023c814a599a9 0.00 MB 1 0
13,718 13,718 00000000c76e5d7786cef052b8d8b042dfb718c1dc8607db67dab2eb06c99ee1 0.00 MB 1 0
13,717 13,717 00000000c1695f95a101e6e72ca0b81cb1b5c2a38753d75c4ed7b7b0d3d144f4 0.00 MB 1 0
13,716 13,716 0000000025d20fbedc3fc04f562bee6cff88b9bfe32c0ad5ddcff54946aa3d23 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.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,854.35 GB sent, 101.96 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.