Memory Pool Memory Pool Refreshing

5,437 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,048 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (695,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,324 212,324 0000000000000344768511ad45867140b137973ad87a450ecd9734b8a2071157 0.08 MB 97 85
212,323 212,323 00000000000003f78e891f2f37bda8f19fd79382cf85c2ed8252eb99520a29e1 0.25 MB 308 109
212,322 212,322 0000000000000185a72e848106cae860fbf9b7caf34c479035de59d22820b248 0.20 MB 611 246
212,321 212,321 0000000000000251ee76a2f943e45e80ed03c6f1e16040b933b8669e6e624f05 0.06 MB 189 166
212,320 212,320 000000000000004e29da26ec0d6f1dd157436692daf66ea9b2cde195c592bc5d 0.25 MB 404 143
212,319 212,319 00000000000004571475706c8ba4c50b45e86fa2862a5e1f8f77e335924d126a 0.05 MB 159 144
212,318 212,318 00000000000003bc9c732ba5afcb32c5815ce0b529cc86219ae6f7f94fa2d628 0.05 MB 136 152
212,317 212,317 00000000000001fd948245a108b2a07f02575a5bda6e340e4f3f0a53fa803e9d 0.06 MB 187 92
212,316 212,316 0000000000000044b4c84a3ab8b5295ace643ff95b6b352303b43668b9ed2ad2 0.06 MB 44 64
212,315 212,315 000000000000004fb0cba947c024696194ad58fd9a46210307583a95bd5b3dd7 0.19 MB 416 151
212,314 212,314 00000000000003f556de323cdaf4acacfeccefbbe202d07b57f080fb49a7d846 0.32 MB 665 138
212,313 212,313 00000000000002092dfa5e5bb02e397d7def0542121f4982b411ec025a24f777 0.25 MB 599 184
212,312 212,312 00000000000001461f6fe35e11716316e453bd4de3d7e81a5e88acde70eb6c07 0.08 MB 199 183
212,311 212,311 00000000000002011fbf40da600243eb386282784babd7af31466a9c9372e89c 0.07 MB 142 150
212,310 212,310 0000000000000107c9979482717497444e66458210409cf08e3c4c99726393f1 0.03 MB 56 131
212,309 212,309 00000000000002ed16055b72e4e0424a74718ad2754df6daf969a69ebe9d61be 0.17 MB 411 61
212,308 212,308 00000000000001043a5878279d5e30d3a5033318858c8f8ee6009b8a9a2d9293 0.07 MB 171 195
212,307 212,307 0000000000000122e90deec31b3cfb2a419bdff00b28efff60a466c904b9315a 0.06 MB 120 138
212,306 212,306 000000000000006f318402934cb0e9236cfe515498c704b56d6b8d02324fbf8a 0.06 MB 102 124
212,305 212,305 00000000000003acf74196c4fb842a9da2bfa746b763ca1c5bac7f3d98efdcc3 0.33 MB 810 170
212,304 212,304 00000000000001d14fc2e49291313d28d2edd4337447033f9a05b888543eaa90 0.21 MB 490 222
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.27 GB sent, 93.06 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.