Memory Pool Memory Pool Refreshing

998 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,792 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 985 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (560,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
347,510 347,510 00000000000000000b37b67deaeb17cb36f02d4f5c2116be73c848262d6e4789 0.25 MB 519 26
347,509 347,509 00000000000000000aabc3f126ca4b388662abe736acdc6e5887bc066fd42cf2 0.22 MB 456 16
347,508 347,508 000000000000000012c9b20fd0855e8c15203dcae96542a78019fccb80a2b254 0.75 MB 1,531 28
347,507 347,507 000000000000000004935de51a08113bb0b34669c3348bc0e68d4aff7a9765dd 0.32 MB 524 26
347,506 347,506 000000000000000004c7d13b4024c23fd74d50a4624f473062b545b55b70001b 0.39 MB 846 29
347,505 347,505 000000000000000015562d50b5013b84ec89632a97367f8510bb943c31117c2b 0.13 MB 276 31
347,504 347,504 0000000000000000162bf88effa701413284db83354898c20a19a083c7e01817 0.10 MB 61 5
347,503 347,503 000000000000000013924de3cdd1971f73db6a197199cdf4fa248b458bdbbb2d 0.22 MB 416 24
347,502 347,502 00000000000000000085a224fc566aa953d05c92866ccdf6313cdaa0bc3c749b 0.10 MB 173 17
347,501 347,501 00000000000000000117b90d641f877059163777e7b6cd8cb15cfe6b84978271 0.13 MB 203 20
347,500 347,500 000000000000000003d3da75deced5b1ceaca5b3d72d6eee5295b8fac26b9052 0.53 MB 1,092 31
347,499 347,499 00000000000000000e13909a08ca1e38c4d5fcbc2fa8a52c73b92b45956c0e96 0.16 MB 342 21
347,498 347,498 00000000000000000db48a2f7a150e47c83eb338f4783afbad578d4926167ae0 0.73 MB 1,114 21
347,497 347,497 0000000000000000078e9ac1e0a65b139e3cc861dbee05f33e7b92580c1d303f 0.32 MB 894 43
347,496 347,496 0000000000000000002ea372aed4ecb212932227cecd4206ee7947c6b471723e 0.43 MB 356 14
347,495 347,495 00000000000000000575b3108f34e4bc8fc76f4c824266a5b376366d9ed9a52f 0.09 MB 170 25
347,494 347,494 0000000000000000022be2df60cd3cfb9d70257d39f93786ff299c235bbc1754 0.92 MB 1,618 23
347,493 347,493 00000000000000000e2787f16a19c536e5061eee018a203d2aeb56e4f0ec2f86 0.29 MB 1,024 53
347,492 347,492 0000000000000000115d149f9e73d6b7e7755216ffcab051484128890a9f989c 0.12 MB 150 16
347,491 347,491 00000000000000000b4fc3672c0aba02c286ccfda882b87f725a26a83c1d5775 0.10 MB 158 17
347,490 347,490 0000000000000000016c24ca41ef4d2cf97a9e23ecfd617fb60c8e544b3126c7 0.43 MB 903 29
Previous 10 blocks ↓
Total Size: 769.15 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,632.61 GB sent, 93.62 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.