Memory Pool Memory Pool Refreshing

1,030 transactions
0.34 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
908,104 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,021 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,103 (900,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,206 7,206 000000003d891b202ff24d720a7c5d42b0a97adef664620f00a702213d3fc9de 0.00 MB 1 0
7,205 7,205 00000000b7f9d7ca3c044228c6f279f79f326ca0c8bab40a8051264a98e0357d 0.00 MB 1 0
7,204 7,204 000000007aaafaddc372371b174eb8258d2f1913fb2bb184c7783b3537ca279d 0.00 MB 1 0
7,203 7,203 000000004ac89d3329a8a1bd7148a329b78aad987ca01b50ccd86c0b871ae637 0.00 MB 1 0
7,202 7,202 00000000c100f071cbc58a957bf94adf2f04b3162c77637de0bd8918b4ae418a 0.00 MB 1 0
7,201 7,201 0000000094f20fb6a309b8d5686a13a9cd3fdcddac1a52e5b7c5660e560cf1b1 0.00 MB 1 0
7,200 7,200 000000004418cd7e82b76420e68870d9200d1deeaa334e5733a41a348fd948b1 0.00 MB 1 0
7,199 7,199 00000000a063fd1a980aa4a1347f935a419ace3f25146d46966f7cbb861d1a5d 0.00 MB 1 0
7,198 7,198 00000000a588431277ece14d08d79f3f2ea6a937f7e2571a9246f7a3e7752614 0.00 MB 1 0
7,197 7,197 0000000014b203ca88a1aa26a8302a7075e3344d5fbc80fc0988e4402254c8ca 0.00 MB 1 0
7,196 7,196 0000000090b995d03360cb830c2420f33432df40c0be92bb7bb8e621dea6726d 0.00 MB 1 0
7,195 7,195 00000000f131107c40828e11e8ab73b99701cdcf37ed4d857a25fe2ce9cd32de 0.00 MB 1 0
7,194 7,194 00000000db943386cb0072dcd8194804b3097eac4b06b551a6ebda0b41e68bd2 0.00 MB 1 0
7,193 7,193 0000000011f1182e3511e965efacb1bde6bb6e7878b9956bf690c6c54db8e123 0.00 MB 1 0
7,192 7,192 00000000c48f09445e988fe63f8580727a3aa8c0561b89354c301fdfd808b2f2 0.00 MB 1 0
7,191 7,191 00000000a8982ea2e2c918ee717ef4cf772c0b4ea6a2b758a0241c5f01347c9f 0.00 MB 1 0
7,190 7,190 0000000040e547b48aed97cf8be2b4a72242cefea51d9211c37e434b9893024d 0.00 MB 1 0
7,189 7,189 00000000803a23e4a80f66522b43b0da5de9cc3e0505b3467c6a2541a689fc81 0.00 MB 1 0
7,188 7,188 000000000ec22cd8f789df05f81a61bc58dc9d8644fc84fadb4e9b454c08d42b 0.00 MB 1 0
7,187 7,187 000000009fa8c9846e3c061913a3ff7a8fa240770e4ecd06d319b302f51f4e73 0.00 MB 1 0
7,186 7,186 00000000ff46ebbbb998f968ba271e2a5b7a5c460dd330cefd0b32c1363b9159 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.16 GB sent, 96.57 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.