Memory Pool Memory Pool Refreshing

3,306 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,244 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (440,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
466,980 466,980 00000000000000000044b48c3ca6ddac5171f1e53f299046786062ffe234e385 1.00 MB 2,457 295
466,979 466,979 000000000000000001bd2fd6b05fb498c8a90832041778184d8ef5f87a09073e 0.54 MB 1,240 523
466,978 466,978 000000000000000000dacb7b92d2225edf8276885f52218a6821e75ba7fdc8a3 1.00 MB 1,970 337
466,977 466,977 000000000000000001f209612186c4c821c18e2618310ea08c5805e85b4af7a0 1.00 MB 2,061 323
466,976 466,976 000000000000000001b5df802541eedd28cada1c4da7281390504cb78170057e 1.00 MB 1,067 182
466,975 466,975 0000000000000000010e13b5ec05ed20f10c68ed7498684d4464db69451d5312 1.00 MB 1,324 139
466,974 466,974 00000000000000000161a100dd200c8f566ca96be289349219bfa6fc8518a9cc 1.00 MB 2,366 270
466,973 466,973 000000000000000001c1fc66adc68c263f0bb61ceaedf33e7986150857a78daf 1.00 MB 1,436 183
466,972 466,972 000000000000000000e0400e251c1ddeb134fcc991e224b1868005d291970e94 1.00 MB 2,444 175
466,971 466,971 000000000000000001dc00a1f7525fcad1c7c608859cfd4499878d0af61229df 1.00 MB 2,583 128
466,970 466,970 000000000000000001c25a833fa7c9e3329c511259b947b1cb11f79dc0605807 1.00 MB 2,322 260
466,969 466,969 000000000000000000fd86bfeeefc8a1e6e47f68aa0715ee3996aaea4129d6d1 1.00 MB 1,276 222
466,968 466,968 0000000000000000019b9e614cfc93b2083b9027311dd5ce98813fd2a7eb01b0 1.00 MB 2,655 353
466,967 466,967 000000000000000000140c66ec9e8af37a881a0bf6ef6a0cb123db7861f7dc0b 1.00 MB 2,018 225
466,966 466,966 0000000000000000014ca365cd672c0d9940d89cd9b51f2011c3b25aa768383b 1.00 MB 1,932 215
466,965 466,965 000000000000000000f8070e806a013795fb37216c10c105787d815668b511c0 1.00 MB 1,453 223
466,964 466,964 000000000000000001881b2fce64915f5f01807657563daad7000083f1b328fe 1.00 MB 2,377 181
466,963 466,963 000000000000000000ed53ea2e390f807d9b29a72e8bb249bdec9a0eb6f9a96e 1.00 MB 2,459 286
466,962 466,962 000000000000000001ba7cd22826119814dfbe279cb828e9733720878015dfe7 1.00 MB 1,853 157
466,961 466,961 0000000000000000007611fcaec4acd427ffb858a446d24787810993e22ab6ab 1.00 MB 2,426 229
466,960 466,960 000000000000000000fe8b0879e4c5f73f2e06198428a679ce6ce722daf883d7 1.00 MB 2,115 303
Previous 10 blocks ↓
Total Size: 769.05 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,627.26 GB sent, 93.11 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.