Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (793,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,321 114,321 000000000000514f0116ac2327592f11456c97fb94ac423dc51237d5f48341d1 0.00 MB 10 665
114,320 114,320 000000000000d04ffc5a163d74b101eb87d32f17d6f005a0d71a3cd99bb77b2a 0.00 MB 7 0
114,319 114,319 00000000000076788899b3488af0f87c6c90e2e0fe9670b9b26cdc16c83cbf0f 0.00 MB 8 379
114,318 114,318 000000000000b7ce72e87174b189649dc4f46b3ead79c11b2866e6a5fb7313e6 0.00 MB 5 0
114,317 114,317 00000000000055503e8234a77905a158bec0fd3a3662fff26c62db1326bfbad0 0.00 MB 7 864
114,316 114,316 00000000000032c97ae9a4dd832abd3e305a70dd8f3a1c740b3c8f7a55b883f3 0.10 MB 273 0
114,315 114,315 000000000000034002cb678210cea35f9b2090b404f6c57480bc3782ac8c94e2 0.01 MB 11 670
114,314 114,314 00000000000014d91e7fb34e29efd2fba852b706e5ff4ddd97a9274a74a82651 0.01 MB 32 113
114,313 114,313 0000000000009d72b51c42afbef880cb09ea0d5fe71cd36a6b498e3aaacbc38c 0.10 MB 57 60
114,312 114,312 0000000000006c7d5cf8681d3ec1a93f501145ef5b2b4f0e091c44143e36a8b5 0.00 MB 12 0
114,311 114,311 00000000000064fbb040140defa6b3cf7c7e7d4eee4251e2676c07f417428624 0.10 MB 349 10
114,310 114,310 000000000000a664b1f54a2106f2371b2b3ee6cb0a7dff128ef68380ebc71b53 0.10 MB 346 0
114,309 114,309 00000000000030f9674ef09a3b177e0ae8679ce98762e8db030b1b0e93e033de 0.03 MB 50 0
114,308 114,308 000000000000924d1048124c25d71b9eb879d81f98730dc856c6815d38c1dbd4 0.00 MB 12 979
114,307 114,307 0000000000000f0dbb21ddb095585976501e586ef1dbcb2b6f90d2b0727c6e46 0.00 MB 10 0
114,306 114,306 0000000000008649f766e7a7696a7adf49f70977489a983b586f72dcc580ec62 0.00 MB 8 297
114,305 114,305 00000000000016e64d46ffb5fbc9f6c233b9e80693336eff4fcaae57819285d4 0.01 MB 15 911
114,304 114,304 0000000000002a5fcdadb7eda88a02b12155c4ce1cdd641ef02870c6d59ef53a 0.00 MB 9 0
114,303 114,303 0000000000007b3b08914620c13e31c9f7f0e7536caf34f5b63a1ff2c4babedc 0.00 MB 11 323
114,302 114,302 0000000000004d1640eabbd6ebbc787a8a6d5f9c888a9c8c2aa4b3c8f9a33d71 0.00 MB 12 0
114,301 114,301 0000000000002eb20f09b5cc6ea488c63e0a785dbbbee068189f57d6a60d0568 0.01 MB 36 10,630
Previous 10 blocks ↓
Total Size: 768.97 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,615.70 GB sent, 92.68 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.