Memory Pool Memory Pool Refreshing

5,713 transactions
1.71 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
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,233 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (66,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,468 841,468 000000000000000000007445a6b7c905cd7d787b8c49c6ee4a8d9f3d3dcd439c 1.54 MB 4,801 22
841,467 841,467 00000000000000000000997d781687fe39c9492075297da7f45b81b3bdf9ab40 1.50 MB 4,070 23
841,466 841,466 00000000000000000001673e34412821d0246d799fa6e78a551cf17ecb8980f5 1.61 MB 3,543 18
841,465 841,465 000000000000000000001043a8b05fc03b7b8515b61bad470c08595b2e0a0bac 1.81 MB 1,046 16
841,464 841,464 00000000000000000001d8887effd551e183607bf8f9b8d983cfae94f4ff92cc 1.64 MB 4,054 18
841,463 841,463 00000000000000000002ee8f485e84b73802499095e3c26b5aa953be85521148 1.55 MB 4,167 26
841,462 841,462 000000000000000000008763893291eb88930a1f66a78365b9a263eec53f2068 1.60 MB 4,385 23
841,461 841,461 00000000000000000002cd6a0141048b0db4636dcf5104613525febb167dbe78 1.68 MB 4,025 20
841,460 841,460 00000000000000000000f8fa1de80796fe99a3539f7bdd59b782bca21afd746a 1.70 MB 4,846 19
841,459 841,459 00000000000000000002c0780d2e228d508ff23f3b346033224106a03b0eed75 1.81 MB 4,000 24
841,458 841,458 00000000000000000002191d9750a3ade00ff359ce12fd363ff4c1f68767cb86 1.60 MB 3,669 25
841,457 841,457 000000000000000000012c4b4247b9cbedab68311d058e6db7e952d9ca90a267 1.67 MB 4,219 19
841,456 841,456 00000000000000000002178c76b672ee760303f3d249a32c5f455056d4bdca4e 1.45 MB 2,606 31
841,455 841,455 00000000000000000000e5fc9ef53b6b42c10a7a22054979b0740051b4f54bae 1.71 MB 2,528 29
841,454 841,454 00000000000000000000b332c9e5478361b3d5bfea78c8e67dc46c26e6580028 1.61 MB 2,494 27
841,453 841,453 000000000000000000018dbb6d4f4e259d9524552c39a4a3ba9085739709b1f2 1.59 MB 2,981 33
841,452 841,452 00000000000000000000e8547ca2afa67e67ee1e04474b8b619e568ac76830a9 1.62 MB 4,620 19
841,451 841,451 00000000000000000001eff734e4980070e6244ec0e85f071cfdf9e8f6dddf89 1.45 MB 2,878 25
841,450 841,450 00000000000000000001ff85a96b5d6a3cb025fd17e948d161ece443aec97566 1.49 MB 2,762 36
841,449 841,449 000000000000000000012465c1ae974b238c9c6ed267f394d134bb21b9146104 1.54 MB 4,863 23
841,448 841,448 00000000000000000001c497fa67fbb5e247d7e46a3a217e5dd294dfe115b3af 1.70 MB 3,004 23
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.