Memory Pool Memory Pool Refreshing

1,616 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,603 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (859,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,629 48,629 0000000015c3dafef3b3e72200df9430ef7643500c35253f71ae9eccd1da48b8 0.00 MB 1 0
48,628 48,628 000000000938410c016f582079247808996f1d5b036fd6af73a8cd4cce9f109a 0.00 MB 1 0
48,627 48,627 0000000000244875d766cfbfd36844b0516fbb9f82abe63f577a5f9968ba4254 0.00 MB 1 0
48,626 48,626 00000000082fa9c632fa23fcc0b598a80d7aadf5300dcc988ff70a67748888b1 0.00 MB 1 0
48,625 48,625 000000002072ac953d8acc778df09897873a8b8d1e3f689f265751acc848c34a 0.00 MB 1 0
48,624 48,624 000000001b7cc65fd13b9c0c833a768372e94463fb710eec5a0cd32ece9d026f 0.00 MB 1 0
48,623 48,623 000000001fed1f06dc7d67e9f93c999dab062007fbbf1c0f8d0ea5c4801efc18 0.00 MB 1 0
48,622 48,622 00000000249511ee113c2e0ff72cc300b177d075a28f642b4ac8f854028b6e68 0.00 MB 1 0
48,621 48,621 000000000524b860e13342a466aba69601c81ce3e82d5a30c8dcc71c5c0af5db 0.00 MB 1 0
48,620 48,620 00000000210c7d3379da42ff736702d21cd295b7a7a7ef15e70e30e369d5dc54 0.00 MB 1 0
48,619 48,619 00000000075d3c069768bbe79eaa0a4ded6415f1734d38328c4a728d5d2c899f 0.00 MB 1 0
48,618 48,618 00000000078c557ea9c354aa9367106bf85a7cc7169f24fa83e1cf4beb9fe424 0.00 MB 1 0
48,617 48,617 0000000004febc5598d6ca268ffe7fff3559879ef16a48428798c577b436c794 0.00 MB 1 0
48,616 48,616 0000000018321b57b856810fedcca8b477b90e56926244d63e07b6ff5e624ff3 0.00 MB 1 0
48,615 48,615 000000000001af5ec05c35ae5fb542732122839c00ad4ffe8043d747eaba7898 0.00 MB 1 0
48,614 48,614 00000000257e91dd00a4f96ac40780b1a9337514aa488b006cf5d30f2bbac523 0.00 MB 1 0
48,613 48,613 000000000be9e0e6e2e5a9be4900865c6210b2db1d251c016f75a8625ec3ab64 0.00 MB 1 0
48,612 48,612 0000000025633436a06677fa6e2747d851b0166d0db2d367c648c1e1634f5ba9 0.00 MB 1 0
48,611 48,611 00000000059a8bfc0937d8a8a208252e9b37491f755e3011fb7ca563d80443c7 0.00 MB 1 0
48,610 48,610 0000000024a608d0873c4650eabb1a10e721d15a86776483315f37ed4da00a87 0.00 MB 1 0
48,609 48,609 00000000068c99f93f92f8d8ab94f1a29ecc14479e8accb3b967c822324fdf7b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.