Memory Pool Memory Pool Refreshing

3,961 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,822 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,483 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,821 (581,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,452 326,452 00000000000000001438f2b710da2fce57362e3579cab34a216baff6f6a1a726 0.04 MB 64 42
326,451 326,451 00000000000000000ef02a8a3719b95a1e300a37b6f2f72fe7d54fab815fdf69 0.25 MB 164 13
326,450 326,450 00000000000000000722a27a7a1bf5c656ab85daefcae986bc403aef8c1f62da 0.75 MB 1,408 33
326,449 326,449 00000000000000001594fad6d7f1ff5fea4ff08ea6268271c40a783ccdca3db0 0.10 MB 95 12
326,448 326,448 000000000000000017bea8c25135068ca96b93a5848120b5eba63c6fd802ef7b 0.60 MB 1,050 27
326,447 326,447 00000000000000000898b6d7e23fd5e42cc4374ab4d054a3213691ffb5d98c38 1.00 MB 1,840 26
326,446 326,446 000000000000000019f4fc5fe37591282e70ba1cc70306764ab7d6bd31cb0e4c 0.32 MB 475 25
326,445 326,445 000000000000000003f6455da65ada92d0f4e092559b996faab3c89a213ca33d 0.67 MB 752 19
326,444 326,444 0000000000000000193c39dc3b52c7307b417960e36f73bd8fcdbe796c124fb7 0.75 MB 1,191 26
326,443 326,443 00000000000000000a8be21cd392d4b83bd4075306f082066ea6e493d541bdab 0.20 MB 340 21
326,442 326,442 00000000000000001c2467dcd862134a950d07edad6695d47bb0c6b3a5a5aed1 0.26 MB 257 16
326,441 326,441 0000000000000000173858672370e6bcf2a08f742b2f5f4732310b0815a46a2c 0.75 MB 1,282 26
326,440 326,440 00000000000000000e3b702c2a117456512dec384a4e66578b50f22905bde5b6 0.37 MB 768 30
326,439 326,439 00000000000000000b08bdf67c1558582ca613059b8d04550747bf6fd64d82b5 0.23 MB 456 26
326,438 326,438 000000000000000004ea33ace3a759cb3d02be78da6c4cbcf445d3a8090ef5b7 0.43 MB 408 17
326,437 326,437 00000000000000000573bfbcf84b05f6bec5685489ec24aa1d69650677f9ea79 0.75 MB 1,616 31
326,436 326,436 000000000000000003dfe60d5659927e4eae04422b3243c812eefa1bb40d0dbb 0.01 MB 18 19
326,435 326,435 00000000000000000f61c00246f1439e9eee29b0fcd156e7a3c1dc5f8ed9e249 0.09 MB 138 21
326,434 326,434 00000000000000001de24694e9e1bf939b9e411495ce096fd93847a2aff30efd 0.08 MB 127 24
326,433 326,433 00000000000000000d6e056d814029fd16cb069aaa1d0fabe6a6def0f94cb435 0.12 MB 196 25
326,432 326,432 00000000000000000f7b275f57d1038540619a8cdbbd00b010ac904d736a66f3 0.02 MB 58 29
Previous 10 blocks ↓
Total Size: 769.20 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,634.13 GB sent, 93.96 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.