Memory Pool Memory Pool Refreshing

6,419 transactions
3.53 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,105 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (60,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
847,117 847,117 00000000000000000001a021fefdf0b2e9a0799e0c945cbe4d6ea5aadf3219f1 1.55 MB 4,087 52
847,116 847,116 000000000000000000003e45bded75daecef06048b06faf4294253218d97c52f 1.47 MB 5,641 75
847,115 847,115 00000000000000000001528ad241d6d1978822064340a9680e4ec33d515bd52d 1.42 MB 5,827 106
847,114 847,114 00000000000000000002fada4f340dcc3dfb1839f5b5d5028488a25c02bd505a 1.53 MB 5,205 40
847,113 847,113 0000000000000000000326b56e5d5c1a9356c3e6c7e26d8abbd0475061e0be90 1.48 MB 5,889 82
847,112 847,112 000000000000000000024c5c954756557a04796012c38349b668bebc65577f40 1.47 MB 6,484 34
847,111 847,111 000000000000000000021c15530417f95821f82531522138bb72fc613201fbec 1.53 MB 4,432 54
847,110 847,110 00000000000000000002118e946dde28e5d6cfe43c435c600137a678471f751e 1.54 MB 5,841 35
847,109 847,109 00000000000000000002e0fddce916433036d0c4ef8437f4f82f2e0213e89caf 1.54 MB 4,634 61
847,108 847,108 000000000000000000003ff6727e2029fba026168f77a9802beb5f796148ae99 1.54 MB 5,939 38
847,107 847,107 00000000000000000001d8238dd93a76df53053dd19c40350b97a63afc64bac2 1.49 MB 4,906 43
847,106 847,106 00000000000000000001c59f54ea97d6f821ad665f0f6dfe57092199764eae8c 1.50 MB 5,522 31
847,105 847,105 00000000000000000002497b5e1bfd0d46c1a0c796bd6bb50d46dd54b087d6c0 1.63 MB 3,519 43
847,104 847,104 0000000000000000000265696adc550f898ad96e8b62d81d0f7bbb2bf2a7911e 1.73 MB 4,493 37
847,103 847,103 000000000000000000027c09d6b90910545ff2272048dd903781c6553e7b3cb3 1.60 MB 3,148 59
847,102 847,102 00000000000000000001b4eb410ed2e4198669233d1ee09fa9927d99076adbdc 1.53 MB 4,001 67
847,101 847,101 00000000000000000001a50af81507b64627a8a7843c0c159a5a15c5e519a1ff 1.54 MB 4,049 58
847,100 847,100 00000000000000000001ae206c3aba7e8e359aa1ba36892634ea8c8489adee2e 1.60 MB 3,380 74
847,099 847,099 0000000000000000000065f8c60cb2bd217e00f5554b634f6e6d5fde6592f4c9 1.58 MB 3,975 54
847,098 847,098 00000000000000000000fdbfc7422fb07b0b66a14b75c93c5e679033d0061ca1 1.48 MB 3,687 129
847,097 847,097 0000000000000000000157204d8b8a0c7dcf49ce5b1686c4e12510a4fb77b0eb 1.59 MB 3,272 58
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.80 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.