Memory Pool Memory Pool Refreshing

1,736 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,731 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (727,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,948 179,948 000000000000001973183666f4ea70466b3ade2a7081e77f5140c832aba933ca 0.06 MB 154 112
179,947 179,947 00000000000004b286446e74f01ef7a2f39abaae6f358e4b58bf3389099f1f24 0.00 MB 12 95
179,946 179,946 00000000000006fca6d62ba7589e81b3a63ed56c3ef716500d1d5c59b5a5544c 0.03 MB 64 123
179,945 179,945 00000000000004a31599e095ec17359cd04cbaa5dfa659b261f826c0f7f410da 0.01 MB 24 86
179,944 179,944 00000000000004b979ba2fbd2c1fee71699682c80701d57ed7495d5aeaa8def8 0.01 MB 16 3,450
179,943 179,943 00000000000008ee01222ed9fc4912ccbac7d48b73ad0b0e28686699360cc84c 0.01 MB 31 88
179,942 179,942 0000000000000874f47f53aa60132e35bc2340c2b89284cf6cff7d7c7617d900 0.04 MB 73 82
179,941 179,941 00000000000004a7b13dddaed82fb54b3590599ca30af9f7aa83cedb60a1ef21 0.02 MB 41 102
179,940 179,940 00000000000005292d79475d70bf7d0b170e86473a0ddc8a257f6ebfb8f9381b 0.04 MB 84 126
179,939 179,939 000000000000090db9bc1284f5cc7c2fb529d48eeab525de9ff63e2704935252 0.08 MB 162 111
179,938 179,938 0000000000000681f0cb9c792cdfbc0a8249fc00abd5341a5fddba61c1b0c739 0.02 MB 36 98
179,937 179,937 00000000000007f6b9267c59c36e8985925edd863fae74a0703654093e1e3009 0.08 MB 185 131
179,936 179,936 00000000000007d308fd2846c4833612538eed0d2395bf644cad43748fc1ddc1 0.05 MB 134 163
179,935 179,935 000000000000024c548987534dbea0bfc0dadbd9c04ffd710679a4e51f53de8e 0.09 MB 239 176
179,934 179,934 0000000000000086dd59dc15dd46c4c381e7bcc76450fa80d6639c407071254e 0.18 MB 439 231
179,933 179,933 0000000000000709b48af722ce8d6ef111ea18a9141d65b00ddd124296ec357b 0.15 MB 379 212
179,932 179,932 00000000000002707e6ff1f082fd29c1aed3b4bd90c08002d4361f4d650bae1d 0.00 MB 11 89
179,931 179,931 0000000000000985ac165186667e0c98617309900684d1ba77f8c72fc0a14d70 0.03 MB 65 320
179,930 179,930 0000000000000561f66c219638821869ba02ce83950cd1f51243533756a7fb95 0.01 MB 39 298
179,929 179,929 0000000000000763c646d085c02fddb0879e1a4fe47eb0b7e042175b6632a4c3 0.06 MB 134 295
179,928 179,928 00000000000002e2c07104bfd96bbb5816092bcd7c25f8d91b3f7f1ac5d7ea71 0.09 MB 191 188
Previous 10 blocks ↓
Total Size: 769.28 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.53 GB sent, 94.32 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.