Memory Pool Memory Pool Refreshing

8,431 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (115,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,914 791,914 000000000000000000030707ab11ab71e6358564de54de5805057947452c9baf 1.75 MB 3,919 44
791,913 791,913 00000000000000000000c8a4e0873ffb63e7ba4df57cd120cc2d910ecb138797 1.72 MB 4,244 33
791,912 791,912 00000000000000000001b2107f19d23dbd67d9853b85631bb1d59285ca2aed52 1.85 MB 4,568 24
791,911 791,911 0000000000000000000105d7014a690ff013ba247d232348d3ab0d2dc47c5762 1.59 MB 3,155 41
791,910 791,910 000000000000000000017cc47d9afa62cf618148636bab62cad4b179fcfc6db5 1.36 MB 1,947 28
791,909 791,909 00000000000000000002b8e6563eddf7e042c547fe2141d6d3b7b9c4676cf241 1.95 MB 4,567 22
791,908 791,908 000000000000000000007a9c6f0a1d8affb907e9b9911fabebfc17ea5d66f2d4 2.04 MB 6,018 22
791,907 791,907 0000000000000000000261fbcd9545580fe13019c8aacd13c8a77b6fdb77cd58 1.94 MB 5,350 28
791,906 791,906 00000000000000000000869c3ebf170aa6d026852fe1cff1034207375084a396 1.71 MB 3,633 37
791,905 791,905 00000000000000000000d764cc7b781c53a41ddc1068d1d01aa9760635d5ac36 1.97 MB 6,026 22
791,904 791,904 000000000000000000032faec3be4d38d8cce0aad2b9b8199358fb9daef10497 1.90 MB 3,959 34
791,903 791,903 000000000000000000047fa54ec9ab9b27e0842192664bda460babae70e690e4 1.76 MB 4,077 34
791,902 791,902 0000000000000000000489ebda9782d42112a8e58bc59e354cd2ae1330cd6187 1.58 MB 3,678 56
791,901 791,901 0000000000000000000456947e7375355a26c5c70ee0b61e406ecd37e4a9b442 1.76 MB 3,394 29
791,900 791,900 00000000000000000000117ded190a6efc08fca9d23e8b334113101868baf131 1.71 MB 3,688 41
791,899 791,899 0000000000000000000388311d3696ee0f24a243d3028ff859dd09b1a9230dac 1.87 MB 3,529 42
791,898 791,898 000000000000000000016ac4335b98fb67d6a90343d21f7b1a62ca7efae9b8a4 1.57 MB 3,083 42
791,897 791,897 0000000000000000000402d7dc08798d7f3cd3e85dae5c701f27a55960a3c67b 1.56 MB 3,458 60
791,896 791,896 00000000000000000005acf9b89213e8f80036ff691b5a1de6200801b5581ffc 1.51 MB 2,658 35
791,895 791,895 00000000000000000001374f6be1b866ecdb321f4ff5d8eb439a604af5e4bd3a 1.90 MB 4,621 27
791,894 791,894 0000000000000000000167e1da2b04140f8d03f7666d2dd157f62a3b01ebfcc1 1.74 MB 2,896 30
Previous 10 blocks ↓
Total Size: 769.04 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,626.89 GB sent, 93.09 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.