Memory Pool Memory Pool Refreshing

1,400 transactions
25.30 vMB
Show Random Selection Loading Transactions
Max Size: 102/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
908,311 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,028 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (894,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,115 14,115 00000000627a6a09156fdeb12d5cc760915bf798c53fe5549ef39108edeaeb91 0.00 MB 1 0
14,114 14,114 00000000c42c1cf86d17dec64ff19c0cffd5cbe4abdcc28041f358d73f2ce63f 0.00 MB 1 0
14,113 14,113 00000000199e40a70b5e12d8ab819f41d97a21e40caacb2a43dd5a009f750808 0.00 MB 1 0
14,112 14,112 00000000a29242d3931efe2c21b6318f24cbf79df7d97eb7bd8076593fe0d2c4 0.00 MB 1 0
14,111 14,111 000000008ac55b5cd76a5c176f2457f0e9df5ff1c719d939f1022712b1ba2092 0.00 MB 1 0
14,110 14,110 000000003c090c2e27c78a9ee590a555834701baf4f167481ae756b952fc9280 0.00 MB 1 0
14,109 14,109 000000000d93ae0694bcca17a9f6860209f5b613b7a33d021bbe2ce4e27aa600 0.00 MB 1 0
14,108 14,108 000000009cf791599232752e6dedc915a4a156bdd54e41cb3a6672f708a46bab 0.00 MB 1 0
14,107 14,107 00000000e1365c124c19edb30f710bf0b67fd176192f3f0e48c4db7967bc8f57 0.00 MB 1 0
14,106 14,106 00000000f1350bef3ddb8ed6280f0b5ccddb9fd69eb8d70b17474a6e6836cf4e 0.00 MB 1 0
14,105 14,105 00000000417768c3216b8aa94c140fb7c6bd34d02eab5053b968775fd68a01ff 0.00 MB 1 0
14,104 14,104 000000005d49a57f799bb5381177a3bf5d67f8dd3688c72fca037ee04ce0d7df 0.00 MB 1 0
14,103 14,103 00000000fa4b4c2395f458717c504a016a6f02c466102ed9c97d200da6ac8f15 0.00 MB 1 0
14,102 14,102 000000007277639d839bd16b0db465c686158fd3efc9a2326934a66bb8c1cebb 0.00 MB 1 0
14,101 14,101 000000000dd68d782e2c4bf63aaafad290ea0c28966ce2914078670baa747e6f 0.00 MB 1 0
14,100 14,100 0000000036735c63fb9c6c25fdeac09abb6a3d991a6910ec88e5ca8cc8627d5b 0.00 MB 1 0
14,099 14,099 00000000e6fe18621ea47450d350c347f18176b9d4161bbde47316ebbcd59d23 0.00 MB 1 0
14,098 14,098 000000004a2ba9ccf5aeeced461afee6d7de963db057c1322c9860edf4ba747d 0.00 MB 1 0
14,097 14,097 0000000085ccd37051dfe03ff5a891a7fff712628ff57688669ca22c1a0fc18d 0.00 MB 1 0
14,096 14,096 0000000033c54d780e3a5ad1ec841eebcecffda082d40caf634de0df5c9f71ef 0.00 MB 1 0
14,095 14,095 000000000488a82f97cb1af7932f6f21fd165d5ab93333712cbe9a45fbb52cd1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,698.18 GB sent, 98.59 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.