Memory Pool Memory Pool Refreshing

2,717 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 931 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (769,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,152 138,152 000000000000096e9853d36df6b7ce4bff1c8b51ab6ddc269d9b674ac742b29b 0.02 MB 34 480
138,151 138,151 0000000000000342fe57aa1804256408934675798b5014772dc9a7356dac5c11 0.02 MB 34 286
138,150 138,150 000000000000022f4d2b0b746cf68e88e911644d309727a0853d040aa9513793 0.00 MB 12 56
138,149 138,149 000000000000076370e5ffd2115ad6237287d81c9f69cac2a4a51ca321561db4 0.04 MB 111 46
138,148 138,148 000000000000047913610e17eac572f2801c681899bdf60bfeebe9669d8c0a1b 0.01 MB 21 604
138,147 138,147 000000000000058f61fbe0f6da9d0e075a4623cca503cdc0a90f0a6db821ac1a 0.03 MB 65 207
138,146 138,146 00000000000000a153077734540b2d7edd67deda6abb3d55e0624b9a8a621eb1 0.01 MB 19 5
138,145 138,145 00000000000000bdc0983e58dcc5793e63b0ccfcfd4267b4145a11336313f934 0.01 MB 37 241
138,144 138,144 00000000000007ef16cbb0ed701e89216bc2f9f83d938fc46a2252f65962c40d 0.00 MB 4 75
138,143 138,143 00000000000007f854f7b7ef5564b51f15c901d7bbde0c02a80879716a693049 0.03 MB 90 75
138,142 138,142 000000000000076574ec29ac08e27145d8cf908a4788c653524808e0b24e3add 0.06 MB 176 1,943
138,141 138,141 000000000000055beb972439b9a725666963f7aa2a02568fdec2cfee100bbaf2 0.00 MB 9 51
138,140 138,140 000000000000077ffa44c4be91be582b3fd03b3b89eb0b17846b22af0d838fc3 0.05 MB 86 118
138,139 138,139 000000000000052269896c5e63d32833e6f6a30d52c6bb61fa23f2860c416dd4 0.03 MB 31 181
138,138 138,138 00000000000001f569c5898a61de4513b9798bde035bd917d294bef92dcafa95 0.00 MB 12 70
138,137 138,137 0000000000000970884dd6fe6ef99780ee7c202d505ad20c8e0f40eb1655a80c 0.01 MB 22 145
138,136 138,136 000000000000079bc843ee378a231fb9f02b40039e44e558fab14e4b3c771df2 0.01 MB 26 324
138,135 138,135 00000000000000ff47bf438c3c11df65e11681a87d127ed72802f53e786da834 0.01 MB 13 141
138,134 138,134 00000000000006a1593616153391f756e1f4bf3da7f7d25d5084c9f55b64a9db 0.01 MB 18 533
138,133 138,133 0000000000000001e2d050ff3bc8eeb2ed6faba1354fd146591e9f002fe843e3 0.01 MB 22 110
138,132 138,132 00000000000008345277497698224ea06f6c5a02d005317cf77016bb98a5cdef 0.02 MB 20 789
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.40 GB sent, 93.99 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.