Memory Pool Memory Pool Refreshing

3,922 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,649 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (613,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,024 294,024 00000000000000004622228c87c00d4127e45682f539fcf3b051dcdb709ab8f8 0.07 MB 149 33
294,023 294,023 0000000000000000c69d478ea9b8db64e73ef15420c950851b923070e03ac23c 0.03 MB 33 19
294,022 294,022 00000000000000008ea2ebf80adeb3c836356951d9fb6d6e0963a605c7dd101b 0.09 MB 208 31
294,021 294,021 0000000000000000a52bee9bb48b98dd38c043bbea6567911d17d013f3e8b831 0.84 MB 1,024 34
294,020 294,020 00000000000000005ec819b58587330ce87ab64b1004389447c911d2364ba0a8 0.55 MB 1,168 47
294,019 294,019 00000000000000004c406529d20e86cec626ffef5ac8326e72603beec1b77f3f 0.15 MB 347 85
294,018 294,018 0000000000000000984edba043b8c7b266cb435eb1bead803418f83a145f5e29 0.14 MB 300 36
294,017 294,017 00000000000000004cd53dd14ef64defec09fed1d779abe20e5ef14036a86acd 0.30 MB 680 38
294,016 294,016 00000000000000001148a77c1891187e8a19e0c63edfc8ff9a5419b06deb3945 0.04 MB 45 10
294,015 294,015 0000000000000000b449caaaa87ef7b551012d8a615002045a41cba1e1f45342 0.18 MB 331 30
294,014 294,014 0000000000000000d809533cbaf51dc9be397896e9410b3446a5258c80f9c80c 0.16 MB 353 44
294,013 294,013 000000000000000007c1f11a83babf0428aa1b996e9ea1b768e6fa4c6a726972 0.22 MB 423 30
294,012 294,012 00000000000000009fa156a8292421caa48f9612a6e93e65c0f8f02c553fe3cd 0.05 MB 121 35
294,011 294,011 00000000000000001c66f85dce4ba0bc9867b331e32c472f1968cf74d5a8b74e 0.10 MB 230 34
294,010 294,010 000000000000000079b9ae80e6dbcd7c369384c298875dca790df1c5d11db2b3 0.15 MB 371 41
294,009 294,009 0000000000000000526d896bc053c009de9ea7758c0556b4512bb91bbdec96e9 0.09 MB 194 45
294,008 294,008 0000000000000000b810be13bd39cdb916db4c9712b905b081ce342ac06bb370 0.05 MB 108 34
294,007 294,007 0000000000000000786d3578f61358b0d27b694500d1c72154bdf712d4cbff6c 0.26 MB 587 43
294,006 294,006 0000000000000000475a1ab75412756f73d663de34a58541d49bfc9740fb4302 0.15 MB 352 38
294,005 294,005 0000000000000000d85600ae98b2c9f9087b476730db6e895837ca9b197470e6 0.19 MB 427 43
294,004 294,004 0000000000000000a8d43fc7beeb280b479fd02ea0a5c1f34d564380e37adc51 0.27 MB 563 31
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.29 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.