Memory Pool Memory Pool Refreshing

6,783 transactions
2.44 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,919 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,478 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (180,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
727,222 727,222 000000000000000000009210310148f4d76f0a4f4b20bc5ef7f28cb80accb3b7 0.21 MB 361 9
727,221 727,221 000000000000000000023cf0168db83858aa963cb594c833bd32c2ccebca373b 0.71 MB 738 7
727,220 727,220 000000000000000000010a23e0a73f7490df29b23862b1bba741de5ef61c1691 0.19 MB 350 7
727,219 727,219 00000000000000000000730c0560966a6b013c0a260aaf0c59dbec8a5b24528c 1.02 MB 366 2
727,218 727,218 00000000000000000009ebc1a7c872f7917e466a63c9ff3e4975c89730c5d046 1.27 MB 1,240 5
727,217 727,217 0000000000000000000171e30c321c356e75b64125fdc71af3a8b4b15d549e2c 0.16 MB 277 6
727,216 727,216 000000000000000000089fd6328314ceb843ffb5187caf01250beb5cceb2281e 1.03 MB 1,622 7
727,215 727,215 00000000000000000009939ec0b9f4d9c2e31367fae9a59dd2512199084ae62b 1.21 MB 1,813 5
727,214 727,214 0000000000000000000267bacef2dcd2bd82c554589b8c097831a77a875a5a17 1.50 MB 3,075 9
727,213 727,213 00000000000000000000c7d64762683ca973f848e37f68fb5cca3decd687c1ad 0.05 MB 141 9
727,212 727,212 0000000000000000000173ecc1134727c7407e75c2ea89b8a1eb6d7880c56809 1.17 MB 1,728 7
727,211 727,211 000000000000000000095902f345f7b78f01ce896d509d89e45230bdb2ce3bdf 0.52 MB 1,057 9
727,210 727,210 0000000000000000000806dc3c406653ce8b3bcf95b222c7cb1fcd5b94c62061 0.16 MB 403 6
727,209 727,209 00000000000000000000bdc567536981752d1a6bd31d3a66097f869de4fa870c 1.25 MB 2,405 8
727,208 727,208 000000000000000000085e2c10b0f6a860354a3804351d531713bee8056eb915 0.22 MB 510 8
727,207 727,207 00000000000000000008578ee00f99444496141b0f3eeb6b627584b9f3ec9c46 0.22 MB 482 8
727,206 727,206 000000000000000000004cfa8ad57092e8db8db575e757167af350c937441c1c 0.25 MB 375 6
727,205 727,205 00000000000000000009ad1d29810394556aad2f3468d2e1e89dff2e0f412446 0.55 MB 705 4
727,204 727,204 00000000000000000001bfce88a2710be8e884b5e13794c8c5bcc52fd075ddd7 1.37 MB 1,218 4
727,203 727,203 000000000000000000030dd46c2b40e8e21de514e4b3581b20b236421e350aa4 1.43 MB 2,005 8
727,202 727,202 00000000000000000002e45e56ad8f787b790c00c53b06d7d406aa215855958e 1.18 MB 2,330 7
Previous 10 blocks ↓
Total Size: 769.39 GB

Node Information

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