Memory Pool Memory Pool Refreshing

201 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,768 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 196 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,767 (493,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,829 413,829 0000000000000000008c35218900c5e69fee8f831196b9c7f9601574450e87a4 1.00 MB 2,206 66
413,828 413,828 0000000000000000009da799b48fa368705044c8d7bd43992b4953c64b9016c3 1.00 MB 2,015 62
413,827 413,827 0000000000000000041abb7a5a21f265cd6579c71376ab70f48b4e817a48dc3e 0.93 MB 2,687 98
413,826 413,826 00000000000000000379e2a5a5a8d7743365784f1214ae0fc1121526a83c444f 0.99 MB 1,981 41
413,825 413,825 0000000000000000035e81e3ce9127f21e95c4f2b371e4488739c27d5229f5c5 1.00 MB 2,710 67
413,824 413,824 000000000000000004613f6081ab9dff212ac84a8cf84d8710ec59c7e196b81e 0.73 MB 1,123 36
413,823 413,823 0000000000000000006f7b69d1692bc6c9681e7bdea34c417bc3dc2266f58a9f 0.40 MB 809 46
413,822 413,822 000000000000000003f9a73c4548c1bb74fa31a7c6c9353373e3bbdd92cfec78 0.45 MB 773 37
413,821 413,821 0000000000000000046b18b77da8c4c05fe081984ccbc7bb102e292fd5eb2a45 0.61 MB 945 34
413,820 413,820 00000000000000000171c22227d45bd9e639eb1339c98418a3c5af8f2a71bcd6 0.32 MB 43 11
413,819 413,819 0000000000000000031c1ed29af6c5163e970060c9e4dfb0e4ae146579597dde 1.00 MB 1,168 47
413,818 413,818 0000000000000000021002c40a76196aae6b160529fea74bc262a35579308dd9 0.64 MB 301 16
413,817 413,817 00000000000000000289c3b4a94c77f1588f33a718f7951878a757beb01a96b4 1.00 MB 2,165 43
413,816 413,816 0000000000000000048c38532077357504be5b6cb091752dcbc3ac22f2298c68 0.36 MB 908 48
413,815 413,815 000000000000000000cf23067c64d5c854b9f0461de3f5cf89aec5f5be9edd1b 0.48 MB 995 46
413,814 413,814 000000000000000000cfe71efb75c46fc0a9e87b3a6c53ee5657e37e0a7a79a8 0.14 MB 340 52
413,813 413,813 000000000000000000d9402149d6ee800c9eacabcb509f59c7b356b163f41c56 0.45 MB 973 50
413,812 413,812 00000000000000000229db04684b578829cf5ec3b5bb62c8ff4d08e13b291830 1.00 MB 823 17
413,811 413,811 000000000000000004297394d5301a0e4834c5a45d677e6fe01c930e3c5949ab 0.99 MB 2,377 53
413,810 413,810 000000000000000002f83d8da29ecc4c40df8e0c4c8622c5f76020066e4e8b03 0.98 MB 1,268 24
413,809 413,809 00000000000000000501c29b4a29e0ed433fd23d18f90c6921b5770f7d564f5a 1.00 MB 2,635 74
Previous 10 blocks ↓
Total Size: 769.11 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,629.31 GB sent, 93.42 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.