Memory Pool Memory Pool Refreshing

380 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 349 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (458,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
449,745 449,745 00000000000000000296ceb705844620270743f87ecb252a4b0ca1cb11ccce6d 1.00 MB 954 103
449,744 449,744 000000000000000001c0202f1ba9e84d4a259d1340ca31d77759021cd204a8e1 1.00 MB 712 105
449,743 449,743 0000000000000000002b5150d360bd4c11820721658fe792e4d9e0f27781a614 1.00 MB 1,077 123
449,742 449,742 0000000000000000003567ddc028494bb72590c79530d778d1e26414bdb82f66 1.00 MB 906 106
449,741 449,741 000000000000000002089edac6d7ef5e781cbc7e1d07b0b6e7c17565849da46f 1.00 MB 874 106
449,740 449,740 00000000000000000036c4b6dcb43a3666b7e575448e06ba002e5d7ff4979fd0 1.00 MB 661 103
449,739 449,739 00000000000000000267e9d368b69a2edd819a2e8695c56f019c08e274618198 1.00 MB 1,006 107
449,738 449,738 0000000000000000016a25b7f052c7f91208d42f78032d3ee395d6827b8fedc8 1.00 MB 522 100
449,737 449,737 000000000000000001e3e80e711082e9e8c73704753ce48774233a0283e95f68 1.00 MB 1,206 104
449,736 449,736 000000000000000001e53e0d53f45360e791b80714168e78d6accea8b923b755 1.00 MB 569 102
449,735 449,735 00000000000000000231002a0f5c26de70efbd871aea6896f1fa109d24826b77 1.00 MB 822 105
449,734 449,734 00000000000000000016d038545de2aa406c3979ae12fc5fe72dfc8358cc8a5b 1.00 MB 986 109
449,733 449,733 000000000000000001bd487aaa2bb6828a52248f9dcb84b58369c099bbf682da 1.00 MB 1,171 112
449,732 449,732 000000000000000000482fa1e58a97d4f3e3243fb1756f041f794adf10b1f39b 1.00 MB 552 102
449,731 449,731 00000000000000000232b4413e3b127e03614810e7615b1f276ff5aebed32f67 1.00 MB 891 108
449,730 449,730 0000000000000000028aaaa2269abc37b01eb7c43d756a7d36a23a4d3e49626b 1.00 MB 1,085 108
449,729 449,729 000000000000000001f509429c16405357fb4f493e872dd8d8a20e583c94d9e9 1.00 MB 760 103
449,728 449,728 000000000000000000ea966d09316ef3938bed9b3f93584b5613612d14248d12 1.00 MB 1,085 113
449,727 449,727 00000000000000000165a1a4b244278015d3d538d503609f2301199a7a3cea72 1.00 MB 912 109
449,726 449,726 000000000000000001929b9a0e93efb502e043570703e9a51b72389adb292db7 1.00 MB 1,705 104
449,725 449,725 0000000000000000002078e46695c1e3dcdfcc8c19f9ab64951319cda2022d4f 1.00 MB 1,539 116
Previous 10 blocks ↓
Total Size: 769.16 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,632.67 GB sent, 93.65 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.