Memory Pool Memory Pool Refreshing

3,888 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,773 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (66,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,475 841,475 00000000000000000001c0b323e5a5d65b402e376349dc3945eb99170b0ccd65 1.49 MB 3,975 50
841,474 841,474 000000000000000000027c4c526c65f1f5c94d4f0a95bd0f74a8a4faecf54117 1.75 MB 2,924 20
841,473 841,473 00000000000000000000c0bdc7bda372de6a00557810ef7ee38b7f024150019e 1.64 MB 5,470 21
841,472 841,472 000000000000000000011aa06bba1b546d2f410c476953f7bffc4b28f4d9050c 1.47 MB 3,062 20
841,471 841,471 000000000000000000026f95a4dd8831dbc4eccbf411edf3231000205ff670ca 1.52 MB 3,729 34
841,470 841,470 00000000000000000000b341e699d4419f1ccacddf6c02886d9968f28f3e475e 1.62 MB 3,223 20
841,469 841,469 00000000000000000000132ff954cd9fc44ef918c134f114e5e37c6aa0d8acb6 1.96 MB 899 16
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
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.26 GB sent, 94.22 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.