Memory Pool Memory Pool Refreshing

7,648 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,663 (784,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,323 123,323 0000000000001911a0602d8e1c1853716661f32d47d9da380421c0ca4b25a935 0.00 MB 1 0
123,322 123,322 00000000000038a25c178707b64535c2fb8d36a70e3093b36f866849e9539d55 0.01 MB 38 2,327
123,321 123,321 0000000000005e5c28343b9ffd104931077012d0ce93e57a4a4082771f2de3da 0.00 MB 8 350
123,320 123,320 00000000000016c0f1e1dd4c2db7cdb772d22a024c9195cf3bf625eb394b6df0 0.00 MB 8 0
123,319 123,319 00000000000036274e7f19aa47f82577e4743e659b3c469af2bb057f5f5864dd 0.00 MB 2 2,288
123,318 123,318 00000000000009c56347faef49cc533d5815d1a1ef518249516e5952a4f16129 0.00 MB 12 0
123,317 123,317 0000000000000a07d60fb4339a8f26a073b7eb84cbba186fe00389702fe0441f 0.01 MB 9 88
123,316 123,316 0000000000001f69f7f19e81dc1285a153b8a3809a2d5fd9b5679e4c771e90f0 0.00 MB 11 652
123,315 123,315 0000000000000fc3ec56e49bb4b5eaf2955250895bde5a48d1ae59688a4aafbe 0.01 MB 34 2,591
123,314 123,314 00000000000037fb79a1867fccb27f2991acd847f439aa51811fc13879c32a2e 0.00 MB 6 316
123,313 123,313 000000000000042b547f46101477953b67bf39c7c9c84aeee1ea1510dd8f0c14 0.00 MB 9 0
123,312 123,312 0000000000001a349902973890f7aa232b1b26dac63462acc4a8fc61ae46902a 0.01 MB 20 516
123,311 123,311 0000000000000b2983ba69b795b9abbfc72132ef464deb0f6d4e7a52937a12b3 0.00 MB 9 618
123,310 123,310 00000000000042dbd5e650562e927596100b40d57924ade17d7355994f974e81 0.00 MB 7 0
123,309 123,309 00000000000058e8bf3ac64936ea568b1f5abb068cc01e22447c5520b759ee25 0.01 MB 16 515
123,308 123,308 0000000000004070f215b9542453440c2249b077c684548b194504b291016daa 0.02 MB 31 232
123,307 123,307 00000000000004f02e868a86ca5dd7982b05a783b63e6e4343de65d73ec83b7c 0.00 MB 8 0
123,306 123,306 000000000000227cc0695cdd62ebfa9d9bf55e7f6ff15c1139473bfed5c46e39 0.02 MB 21 121
123,305 123,305 0000000000003afcff12d4acbb09f94ee97a8d7a73e4683f280956ab66078255 0.00 MB 2 3,076
123,304 123,304 00000000000036e493f24187b7a9b8c7f1b710d30c6e3638f31d44ad36894eee 0.00 MB 9 263
123,303 123,303 000000000000080111d0cffd81c82e53133b722a014532ea97cb7a12705cf9a7 0.01 MB 25 108
Previous 10 blocks ↓
Total Size: 768.92 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,603.52 GB sent, 92.35 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.