Memory Pool Memory Pool Refreshing

12,444 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (178,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
729,619 729,619 0000000000000000000135a45226f7c9ea80b5a943f9bb9493bdb1c4b2a88358 1.02 MB 1,886 7
729,618 729,618 000000000000000000059f102b3deb1b26719829a8bfbca28731c3b9c916bfda 0.98 MB 1,145 7
729,617 729,617 0000000000000000000190ade6255fa51cb374e846f918586e9f54a734150e84 0.58 MB 991 6
729,616 729,616 00000000000000000006dcbb31814e73a235f21b6ccec9a1511bc930ebd3a0d7 1.08 MB 1,512 3
729,615 729,615 0000000000000000000506581af63f73de593fbba0f61a2274fb44fe0b6a4542 1.50 MB 2,257 6
729,614 729,614 00000000000000000008b04803290acfc060e0548a4f04d4733d42e3b5b303c6 1.63 MB 2,169 2
729,613 729,613 00000000000000000006b729fe874835cc2b5b8da50b9edefdd7450ff1ab6e22 1.53 MB 3,452 5
729,612 729,612 0000000000000000000700bb0546d1824cdf5fc26fc97cccf55fb9db34057671 1.48 MB 2,596 8
729,611 729,611 000000000000000000092941811ceaa08343cbc7a274935eb8c0ec131d918024 1.25 MB 1,409 7
729,610 729,610 00000000000000000002c44221bbb3c375579ad0b4454f265634be0a37912997 1.58 MB 2,759 12
729,609 729,609 00000000000000000009299459cdeb30e633fe61e108e3fa6ce421e3b6e1fb37 1.53 MB 3,249 6
729,608 729,608 00000000000000000002d5661f51048ebcc2b90451692c662b65c38aa8e40469 1.25 MB 1,573 3
729,607 729,607 0000000000000000000955ba7e8a0733f50492d48c1724d8d998ff7c7543fbe3 1.40 MB 2,856 10
729,606 729,606 00000000000000000003f36b2bba3b493ed82a27249978906af2cd1c8e728181 1.45 MB 3,034 6
729,605 729,605 00000000000000000006ea937368219018ef2c6ae82f6b0855de6444fc03aacc 1.48 MB 3,303 13
729,604 729,604 0000000000000000000951f9b4047e355a75d847aa9f78113f53d1f6a6a43f6a 1.50 MB 3,207 10
729,603 729,603 000000000000000000068f4f0b7d0e9bb925d1ee8d0cd1a14aa25bfc5c71381b 1.51 MB 2,977 14
729,602 729,602 000000000000000000003aac1aee576d33bc0bdd77978db1b2aed15212185ed1 1.47 MB 2,091 5
729,601 729,601 0000000000000000000106d0060fba2b7047ba8899047dbc3f151188f301499c 1.55 MB 3,459 8
729,600 729,600 0000000000000000000700bb1ad4ae280501624be925c0f1a0674d4a312d654a 1.48 MB 2,664 16
729,599 729,599 00000000000000000009c9955cdd6806139ddce375a4d3fb6a50b446c374c42c 1.50 MB 3,072 8
Previous 10 blocks ↓
Total Size: 769.01 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,621.30 GB sent, 92.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.