Memory Pool Memory Pool Refreshing

2,574 transactions
11.35 vMB
Show Random Selection Loading Transactions
Max Size: 47/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,341 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 2,463 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,340 (859,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
48,608 48,608 000000000e85d2decf9db15f54744c7b252f839bd8ca4f00b47305aeee20dc81 0.00 MB 1 0
48,607 48,607 000000001089b4c8c6bb8340fd67b3157a3da9929ef5ec83d9bdf4582f2a893d 0.00 MB 1 0
48,606 48,606 000000001c5bc1cde2b5e9419979c21f26e3a298a168409cbd1be2b3e2c5312d 0.00 MB 1 0
48,605 48,605 0000000015ac83945f4377632c538f76fcf4380a42165e341eaab6342ef302da 0.00 MB 1 0
48,604 48,604 0000000018de46c759cef87dadc2ebe11d3e5a1e90aa982967c367233f05c7e7 0.00 MB 1 0
48,603 48,603 0000000027d1cac470a24f22eb60bf1059dea2a2c2a1fb02ad73cd72c8c49b22 0.00 MB 1 0
48,602 48,602 000000001c6d1e2babedeca2578b1eb6f51ee2603756454b752455a20b088cab 0.00 MB 1 0
48,601 48,601 000000001529a98ded32f46cc9dd70afdb2083d72bc46acee57adb712da31316 0.00 MB 1 0
48,600 48,600 0000000028404f70d2535ff1eb17a9af71dd3a434e5d6dff2d61c1f28449a93e 0.00 MB 1 0
48,599 48,599 000000001e82a2d47b684e40827bd07c4f2267a40304b5227cd8a3412e0e97e0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.30 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,701.76 GB sent, 98.77 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.