Memory Pool Memory Pool Refreshing

9,955 transactions
4.37 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,917 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (277,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
630,162 630,162 00000000000000000002ae352dcaac0149ebfdbc7eedf34c16d6a9f9d070df40 1.32 MB 2,491 77
630,161 630,161 00000000000000000001d1eaa9b07484322a8fa890aaae77175de09e8bfa3489 1.26 MB 2,944 98
630,160 630,160 00000000000000000006a3113198f3cd2ad135ad68f65bbf4c757d0ae1c8ea29 1.23 MB 3,074 72
630,159 630,159 0000000000000000000d3b4654e2e4cf4477a93318571817b0bc5820088d9ccd 1.14 MB 3,025 73
630,158 630,158 0000000000000000000ea7a5cb2b94c7ab904cb4417d96731e2cd737abbc21a5 1.29 MB 2,397 105
630,157 630,157 000000000000000000074bfa1b17b3b6e19cb407e84c9270af3747d6c3bb4f2d 1.50 MB 2,513 125
630,156 630,156 00000000000000000002db0e0e8ae47ca08f2e71d5a28f339db1bbb8cff06fdd 1.21 MB 2,989 80
630,155 630,155 000000000000000000054481cdfad9c20b58e167b05a0eb61d2669abcee3a9ea 1.41 MB 2,879 108
630,154 630,154 0000000000000000000cb748db859233b04da01d9c58d8199e57a2c9563aecba 1.22 MB 2,753 101
630,153 630,153 00000000000000000008b34730a78520770dd78a2e827b02d0c207f7b1c391de 1.18 MB 2,777 90
630,152 630,152 000000000000000000074531fdea26d32a14652e47508686b95154049e6963d0 1.50 MB 2,352 113
630,151 630,151 000000000000000000100f9974a0214739ed713fc73d2eba419870e3631b71bb 1.17 MB 1,375 98
630,150 630,150 0000000000000000000184ccdf96fbee86164b0ff7c5f3bd64c6451427bc75a8 1.29 MB 2,672 96
630,149 630,149 0000000000000000000e63a19229963c9fd2dd24c1fe09349a9acec1886e517e 1.21 MB 2,704 104
630,148 630,148 0000000000000000000f149f0d506b3bafa3b29b37fcbf8b0e72beb1cea6a225 1.43 MB 2,977 124
630,147 630,147 0000000000000000000a64b02d56f85452a85abf9dfcf44822ec979f38d49e83 1.34 MB 2,758 109
630,146 630,146 00000000000000000008a89f8d5c1b3994f32ec302d6ee40bae6664a7f33ac3e 1.16 MB 3,270 100
630,145 630,145 0000000000000000000b756f23c031be6210e3b139322dcfa3ed141b9388efc2 1.40 MB 2,808 125
630,144 630,144 00000000000000000007d441ddbbbbd115f6e1c2c9b1940aa629a4179bcbe452 1.15 MB 2,476 104
630,143 630,143 0000000000000000000d3162ecac7e3809981094c4e15324da7e2fefd9a8e3c4 1.30 MB 1,899 104
630,142 630,142 0000000000000000000c61fca63074667747b1bee1e26e78550b30611fbc9feb 1.33 MB 2,374 104
Previous 10 blocks ↓
Total Size: 769.03 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,625.01 GB sent, 93.01 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.