Memory Pool Memory Pool Refreshing

2,231 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 918 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (772,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,173 135,173 000000000000086cd290dc8ef04720611ccacbc97f77450c003393e13d1e52cd 0.02 MB 45 423
135,172 135,172 00000000000007f1ef21e978356096ac5500c8fa3c9f66f367d1c7da2d05afcf 0.02 MB 59 209
135,171 135,171 000000000000025a40e73fe31901c8bd77fc1fbbe603c0b72229db835046b42c 0.01 MB 11 200
135,170 135,170 00000000000000ff5de5ea4c84854d4ffe3eff1d8e5b1dfce798a33108831fcb 0.05 MB 97 53
135,169 135,169 0000000000000520502fef5ec55698b7800318fa4924421e97d3fda4258efe3e 0.01 MB 34 2,184
135,168 135,168 0000000000000548c5b5aa6bbe79286d44b29e9ba4cb0bacada812298127db94 0.01 MB 34 225
135,167 135,167 00000000000002dd458ffd740b7187483f4b9918388943846a0752a60654f46e 0.04 MB 104 281
135,166 135,166 00000000000005353e7c43e862a333665eef838031ed7086d532c96282e0ef1a 0.02 MB 65 301
135,165 135,165 0000000000000397a6491670535803ec454dd31fe6a46c5c85bfe5486625a506 0.03 MB 68 389
135,164 135,164 00000000000009ab5a6126d23a55c636721402fe68419ad12ce1a500807c4fc0 0.02 MB 42 368
135,163 135,163 00000000000004a31c5c6f897bb60c6b1284737d4df915be6a138ef932c8824d 0.02 MB 44 239
135,162 135,162 000000000000033645ad392277c19d403af2df3f6440cb7bb7e5ae9a66af678b 0.01 MB 19 1,137
135,161 135,161 00000000000002e2966a484bf0b3076a40f844aa501f2a9c823cfce81e5b0f7d 0.02 MB 74 70
135,160 135,160 0000000000000a253e98a6cc207adf9ccc7eb412ed132a72a4084f636f7d5f2a 0.01 MB 15 162
135,159 135,159 0000000000000a1ab09811a932cc8a460fe5ad1d74e794eac751aaa433d8450e 0.05 MB 119 337
135,158 135,158 00000000000000501a5966e85dad449628e3ea6a5b002444bf95499dcf87dc26 0.01 MB 10 171
135,157 135,157 00000000000008161e4b044264ec6bb342465ee0be29c4cc60087642538ddb98 0.04 MB 129 302
135,156 135,156 00000000000002bf8475d318e285e22971021b70f8b6bd5ecd6c2a8fc1ba3281 0.02 MB 43 683
135,155 135,155 000000000000076fc5f24d2baba12f3bdb3c57098a3f98923d01fc27624ed63f 0.04 MB 94 394
135,154 135,154 00000000000007f57e0f7b10070745794bf4a05dde8d151a144850a1a4343398 0.05 MB 98 359
135,153 135,153 00000000000002024b15c102cf70aa0b1ad1995dd47eff09a52387d3921a918c 0.00 MB 11 474
Previous 10 blocks ↓
Total Size: 769.19 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,633.66 GB sent, 93.88 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.