Memory Pool Memory Pool Refreshing

5,637 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,328 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (704,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,147 203,147 000000000000036fe0f93d542534204adaf4af437581c33d2e80cc6da62bacba 0.41 MB 718 66
203,146 203,146 00000000000005715a6a8bcac105e2dcc9acb26341c33c483b567038a8385d3a 0.20 MB 428 166
203,145 203,145 00000000000003e0554ccd5d872c3c4f2ac28171e0067aff91d8d732df264491 0.07 MB 130 99
203,144 203,144 00000000000003c2b0342311fd86b3683a279e43920572030e396f267b439240 0.05 MB 120 14
203,143 203,143 00000000000003d85936e4c2ba689ecd9b95acbb3638443e761e27722d21d5a7 0.22 MB 538 170
203,142 203,142 000000000000018fee55ae8e624212725c35049be1592f555bcde48a1f0e0747 0.10 MB 275 127
203,141 203,141 00000000000004f8576c53304a36e93dc22926d24792d212e966a1116b9e08fd 0.07 MB 108 112
203,140 203,140 000000000000047fba5169a56e7da690c709186b7002d1159a21d71aff260794 0.03 MB 40 20
203,139 203,139 0000000000000438db89ac190cb7754c708e3629ade77823770edf159d94d89b 0.13 MB 297 123
203,138 203,138 000000000000005ac751859d0869060379761257a23964e25367ef34af7be8f8 0.05 MB 119 37
203,137 203,137 00000000000004f31790a652d7ad467721178f7d47ba787ca5bed5349b0dfa84 0.12 MB 291 123
203,136 203,136 00000000000003a96441cce3d7c6f38bb7b69f54b626e0d97dea4ceb78bacbe0 0.15 MB 407 186
203,135 203,135 00000000000004d97a90c771212bd0daf91c855a24ef770a0e09be8f7fc05da9 0.00 MB 12 15
203,134 203,134 000000000000051dd06f2c9d9b695e887d4c0469a7bf578d076f5e8b9002f08f 0.16 MB 448 185
203,133 203,133 000000000000033ee4a2622d98131be83c3096155e835498c4f314009cdff142 0.13 MB 298 129
203,132 203,132 00000000000002db0a5356ac3b1133c208b48ce78b13e64c61024973f1af0cf7 0.05 MB 113 104
203,131 203,131 00000000000000f98444d6b1fba5724bc25a8feb492e98a68119968fe1a0faa6 0.17 MB 386 122
203,130 203,130 000000000000042d9ad5ca0078356134781c97f62c65118e2c11dfeb2d439ce3 0.00 MB 10 186
203,129 203,129 000000000000047c652a104732e770a2f7c27b048338f16d1a68693ddb0529a4 0.02 MB 51 151
203,128 203,128 00000000000003f0152000d8de2dd1bff6e599ce40710360a89c25b33b8dfcd1 0.16 MB 343 97
203,127 203,127 00000000000004f4e5ea137d52f05d8f0a8e9e50f11b87ae61f2ebb98cbf24c4 0.09 MB 275 268
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.