Memory Pool Memory Pool Refreshing

13,319 transactions
4.73 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,721 (695,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
212,303 212,303 000000000000038d7405a8b5edab466485cb04a828de59b0846f70de585300ae 0.04 MB 87 166
212,302 212,302 0000000000000497bdb5063c9963c587ad34b7fd2a006eb199b7ac7a9e787f39 0.22 MB 532 182
212,301 212,301 000000000000046216ea34a6a9fd9b1f5931f720bde3cc6dc5b3551c73b6c3f2 0.09 MB 213 197
212,300 212,300 0000000000000304ef2cc30c6f91ecf416cde67b5a1ec91c93d90466bbd39036 0.06 MB 166 195
212,299 212,299 00000000000003829b5a79038948281e8e4e19784d5b76bb4dfd625641d73d2c 0.02 MB 26 98
Previous 10 blocks ↓
Total Size: 769.02 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,624.70 GB sent, 93.00 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.