Memory Pool Memory Pool Refreshing

4,859 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,115 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (764,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,209 143,209 000000000000077d5dd7a6400ef3ee65a540f4ca160346a63e0ed00eba0f17a7 0.02 MB 46 239
143,208 143,208 00000000000005d223f59fe0e90c1d51dfaf71d1afabe800ee7dfca37c1f1d40 0.02 MB 33 86
143,207 143,207 000000000000005be3f045f6cfe9f1b3fdcb098486f477fdc6d2bf89c5076229 0.05 MB 106 126
143,206 143,206 000000000000051e16c234083a488b5079d0d3cf0c39cf5bdb159cdbe2aa6425 0.03 MB 92 384
143,205 143,205 00000000000006e7dc3742f2c836ab7476be6eea0f33b84886f5a7ee823ca527 0.05 MB 142 103
143,204 143,204 000000000000039578dbcb7579a9b856e39a071e975d244fd8f0765fc5baa105 0.05 MB 134 92
143,203 143,203 00000000000008bd5a1ce7c9fbe97e4c76b2d1f549e3f0d2e169fd2559fe6b7b 0.06 MB 146 908
143,202 143,202 000000000000070139e89cd485a9a259dde5601d96468bda34704e94e5dc8478 0.03 MB 102 256
143,201 143,201 00000000000009387a5f3bb47cca7eeb945861f817c0c28e5ea310a973c44300 0.05 MB 97 131
143,200 143,200 00000000000003e6df417406519029ce279e08ddbb251c6161e747ae77a35f95 0.05 MB 127 89
143,199 143,199 00000000000004a66ab054ea6f9f120a95995b8e29c5f28959efd189a30f9298 0.04 MB 106 155
143,198 143,198 0000000000000001fc9ba21228bd6e36cf3f47237324e818604e7a8c14c226cc 0.03 MB 68 66
143,197 143,197 0000000000000789d8c0851ea038c086b11739e44de0be5482618c80c4d2f5b4 0.03 MB 79 219
143,196 143,196 00000000000002ec4862383dacaa4a7a75abfa85f53fac42fad46e66ff5ba45c 0.01 MB 24 143
143,195 143,195 000000000000017c1e35850a9d7d8db00f3e93bb60c2a2ea24d9e9980f7039af 0.03 MB 66 190
143,194 143,194 000000000000069023d861998bae77fbf6ef7bfd2dfeffd7fd334f7d603eddcf 0.00 MB 15 72
143,193 143,193 0000000000000758aa4b24f82946e8a08994415087c0206e9486c097268461e0 0.03 MB 84 198
143,192 143,192 00000000000007802a5b061ed379994be5b4d7ac99e5bd8d924c2df2648429a2 0.02 MB 22 35
143,191 143,191 000000000000083e6427dea0cf010b49cb69104a450fb8e19e61155d635782f3 0.04 MB 126 146
143,190 143,190 0000000000000635d5f85988840f3af8d72d58d903b3fd1bded786df6339e584 0.03 MB 64 103
143,189 143,189 00000000000002e695d1518b2bcf9456411018688bfa9b2f8436c8fc93d5e825 0.01 MB 12 180
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.