Memory Pool Memory Pool Refreshing

17,131 transactions
5.71 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,911 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (595,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,281 312,281 00000000000000001ae66a63cff0ee3450b051d74928e92d423030a614485360 0.27 MB 333 15
312,280 312,280 00000000000000001b069ca830b435f08f12066e759a3e837d6d304cf19514e3 0.46 MB 751 27
312,279 312,279 00000000000000002d7fdf73ab2cb7fd3bf45f7e1c70c7f70d4e9f62945c0b7f 0.63 MB 832 21
312,278 312,278 0000000000000000395727009fad2fce5a67c3a146e1d78bc1418b41560af6f5 0.50 MB 687 25
312,277 312,277 00000000000000003948028352dd1e39d357fc6e82aa42e10f28eacc4cc7941d 0.50 MB 1,030 34
312,276 312,276 000000000000000001ef5681699d50caf405c9eb22b01a61bf9cf482a218245d 0.75 MB 1,110 23
312,275 312,275 00000000000000002bc381fea00f25093512d6590a496829c8253bf052e8aeda 0.35 MB 1,178 61
312,274 312,274 000000000000000032db6ae0e07064eccc53ebf9aeb6c28704b0e3dcb30db918 0.15 MB 350 34
312,273 312,273 00000000000000000567fc08890cd8b6a688c583ecde8f935a64778500a6acbf 0.25 MB 447 25
312,272 312,272 00000000000000003e605feac050cad8ff49746b606ec124155f10af91eb098e 0.50 MB 846 32
312,271 312,271 00000000000000003ce1a40ccae13dc50a8d4e923b77509e3cd1f68348f1a9c4 0.31 MB 439 22
312,270 312,270 00000000000000000d8b9414fe92c647b7072b7f6b0b2637a373f440ca03ecc5 0.50 MB 790 27
312,269 312,269 000000000000000021a918e24d003244748b33b7b1a22ec037c14259f2123e65 0.12 MB 147 13
312,268 312,268 000000000000000014db6d69d3fbf4758c455a81f7578cae024c118c1af70a29 0.10 MB 215 24
312,267 312,267 0000000000000000272f1cd41559391ba2828795675840848ea29ff22c75d49f 0.20 MB 512 35
312,266 312,266 00000000000000001da77040667e7ce49377a7bbcaed5e2599d680a3ea7f790d 0.88 MB 1,586 30
312,265 312,265 0000000000000000308423ace050beb7c0e9a4fb8326abf97ddc85f6e872d7a1 0.32 MB 574 25
312,264 312,264 000000000000000003df03b83e07bc9525ac77e710f65bc6917316574c1f1135 0.25 MB 680 39
312,263 312,263 000000000000000004589a17fbeadb919fd85161777ddb148eb617f57890072b 0.14 MB 220 26
312,262 312,262 00000000000000000ed1a7c4c0272213969dd58bb65e2f9b6906563aa4b00415 0.15 MB 309 26
312,261 312,261 00000000000000002b52f4f294674e773845401b56a570bc26f40e2b0386f47f 0.16 MB 262 27
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.68 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.