Memory Pool Memory Pool Refreshing

6,778 transactions
3.09 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,624 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (726,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,620 181,620 00000000000001b6b4bf7cbe3b909ff3a8be1c93b28c4d8cb4a499b1413756b1 0.01 MB 24 94
181,619 181,619 00000000000003bd1272cacd752a79e9cbb2aa26b40aaf75fdf9c6ba6bec5673 0.01 MB 53 29
181,618 181,618 000000000000029e1300155c666c1a97cb790f2fa9296b2e23ca8fd71dcc2b5d 0.09 MB 204 147
181,617 181,617 00000000000007f049b30d12e60ebe30bc7ba119871ab7c123a7e70791af7824 0.01 MB 13 469
181,616 181,616 0000000000000278c6ceaff9f7a8352b7fd72617385f55e9fc8a1e6dd3913d46 0.01 MB 32 1,130
181,615 181,615 000000000000047ffedfb15f780cd20d6a50fbfb296c592dfecdc218be3f62a4 0.04 MB 72 65
181,614 181,614 0000000000000242fcd3f8f78f5ad80530425f34a897e440a82d228ed085cfa0 0.00 MB 9 29
181,613 181,613 0000000000000193969ae28e58b8166dc3e319d60d164f90afdd2528109747c0 0.01 MB 17 83
181,612 181,612 0000000000000014e10801f0fc3783c882f2e47f4a97bfd02c3de693f40b6baf 0.02 MB 35 31
181,611 181,611 0000000000000a5c9886c8db66bb5de41869580a3bddd1bde0326adc59ae6c4e 0.02 MB 66 89
181,610 181,610 0000000000000a331878d535767fab67d2b52a667d7a55502aae354b58b6d95b 0.00 MB 9 312
181,609 181,609 0000000000000a0212c216177c04a5ac79fba5c42a6f17393ab805c51a768bb5 0.03 MB 51 16
181,608 181,608 00000000000002a68e3a9ffb48b7acd6160e4624e75738345834d4e7aab4ca9f 0.10 MB 117 99
181,607 181,607 00000000000000702d8352cc17e0f2195fccd75fbf9ae3bfc083ff335b065242 0.03 MB 98 569
181,606 181,606 000000000000019bfcb5593cc8077a3bcdd9384ab06e7bd884650866aab7cc31 0.02 MB 26 62
181,605 181,605 000000000000063c1d5f9726e043165662ea49494a14bfd4050fe62a089cbdd7 0.05 MB 96 97
181,604 181,604 00000000000007deeaea43491f410ea28bc12522feca18c5cd162ce0b607372d 0.02 MB 64 759
181,603 181,603 000000000000036b3e13855ba78eb72d9403bf19d167e060103a50b5f82a24ee 0.11 MB 256 158
181,602 181,602 00000000000002acc0b5c8de8fca6604ac1040e3e4ef5526541a6485da61eb39 0.02 MB 32 120
181,601 181,601 0000000000000334366b53119ef552abccd85166092da95a4da20b220ed6f10e 0.02 MB 49 108
181,600 181,600 00000000000007e5f3add3325ddb63a43a86481e5d6be173c4143f4b66c686fc 0.04 MB 130 57
Previous 10 blocks ↓
Total Size: 769.21 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,634.61 GB sent, 94.02 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.