Memory Pool Memory Pool Refreshing

3,435 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,564 (887,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,656 20,656 00000000f3e3c14b339c5c84c0406787a6bc4b789cbe24711f37e1937707e7ab 0.00 MB 1 0
20,655 20,655 0000000009b5c022fe365b0f7db09992ccca52ac1602968fbd439815f743e1bf 0.00 MB 1 0
20,654 20,654 00000000057c1ab3c7cccb468e7187a25e65871afd4ef4970bc76eb99db44d12 0.00 MB 1 0
20,653 20,653 00000000efdea0843c3b50e383833e007ca626456c0010d2b30d3152a72bd57a 0.00 MB 1 0
20,652 20,652 00000000416ce1519cbc19d6a15364373db6ac4cccc5d4f78baa91bb226ea750 0.00 MB 1 0
20,651 20,651 000000000a59d5c00dc93a3b1a9181fed77ee5610b673c8bdb7fd9440e683055 0.00 MB 1 0
20,650 20,650 00000000d65daed418266d3f6cd005816664fd79551a0f993962d6fef3c4196e 0.00 MB 1 0
20,649 20,649 000000002c13d6842022a87b56f6d42f8aa625a29d45ba2cde2904f57a6a25bc 0.00 MB 1 0
20,648 20,648 00000000aa36aa189bedecf9fb5976bbc2d6fb284ede3b9f691d09269be36cc0 0.00 MB 1 0
20,647 20,647 0000000067335a87f20c997a5a6d0ec4a62e084ba5c1eb0de63677b8ba29380c 0.00 MB 1 0
20,646 20,646 000000007feea57ec1e9a6ee7d2e2b1c8d59347f11d5d4c371dbf3441fea3077 0.00 MB 1 0
20,645 20,645 00000000b2970712891062997ebd5d408bb6df2504eaeacbf0151a3cac278a1c 0.00 MB 1 0
20,644 20,644 000000000a233f3691f6493466c3aea1132b7706847bc8741880d9e413b876e2 0.00 MB 1 0
20,643 20,643 00000000a1734a94ac059c888a9ef73a269659160be9115c28038f6550c7c37c 0.00 MB 1 0
20,642 20,642 00000000cea49e45b462278e813a371fc3f25752c21fcf952fcc3927d70cee6e 0.00 MB 1 0
20,641 20,641 00000000edbef8f2cba39c4b923990f6b6051f5e801983b61bc1b5af23cb583d 0.00 MB 1 0
20,640 20,640 000000001a34cefd2827e85e80bb0dd427f0ea383c6dfdc41011a495ab7c096d 0.00 MB 1 0
20,639 20,639 00000000f5b392cb93e4df89c6563f35181ad75f3170f158cd6406ecc607e530 0.00 MB 1 0
20,638 20,638 00000000f68544f64c5c949793665b81227192d5b86874d471ba26c8876e57af 0.00 MB 1 0
20,637 20,637 00000000c837f90e2e24d18cd0b77b9eb3cd82e56788bb87c998608f49179c21 0.00 MB 1 0
20,636 20,636 0000000057521a04d553b2ad5988f37ad70b27da218abb060aa66fde8bcb5383 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.76 GB sent, 100.69 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.