Memory Pool Memory Pool Refreshing

16,313 transactions
5.43 vMB
Show Random Selection Loading Transactions
Max Size: 32/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 4,157 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (690,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
217,403 217,403 000000000000014dcdadc17067ecc86fc6ff6a58b246dad560bf2a62cc06b36b 0.01 MB 23 111
217,402 217,402 000000000000026147427f62d1bc00c92af6a107e21f48ac8ffafdda86b0f8c2 0.09 MB 192 176
217,401 217,401 0000000000000249701893fe0873173147d998ededf21fcc83e56af91df8764e 0.10 MB 248 160
217,400 217,400 00000000000001f2ca13ace8e9684a3e580f249486d8c8b194e79c5eb689e251 0.06 MB 163 213
217,399 217,399 00000000000001e8db07cfe91304a0e2eb30668cbb8ad5a9bb2c5c1d6831dfd2 0.07 MB 133 113
217,398 217,398 00000000000003c9b5ab82f60078e69cb275b0872a9fa5f746a3b6b3d6072f3c 0.07 MB 162 148
217,397 217,397 00000000000000969358165b8d16869291f7546ed1a6eebad2dffd24c43df12b 0.22 MB 318 149
217,396 217,396 00000000000002e525186ed5f2203213aee624d8d49e74e53c2974c2b15183b2 0.42 MB 396 28
217,395 217,395 00000000000003038915d1246af52a72beb02fb5b85ca11c187b770958039436 0.12 MB 280 143
217,394 217,394 00000000000001e23a8ad41109d3f68c50e7bfdf96a1c84c8fa60f24632c5fac 0.19 MB 433 150
217,393 217,393 0000000000000162c0cc0559041021e102041afc97dc51801ed8b4ddcf630eff 0.18 MB 393 207
217,392 217,392 00000000000004e6162c939cef5de103b9a1976e407322deebe5ddc3010af32d 0.14 MB 325 268
217,391 217,391 00000000000002ad6112bc3dd0de8e2c408a4be0f2d2d99680c081ecb49c45cc 0.03 MB 64 148
217,390 217,390 00000000000003dbff05d87ead9225410f6c65d5913e71d63357a33df743c471 0.08 MB 186 168
217,389 217,389 0000000000000037fe17549ec7b9e461d1cab25e074bb6c0ef66635a32bd172d 0.23 MB 559 207
217,388 217,388 00000000000000c298b676303deb924bd2d7fd79c4cf2ef9ee4b03d18f40993a 0.02 MB 65 71
217,387 217,387 000000000000025aadba74fa56f468da54633fc1c0e0caec476fc934dbb1bf6b 0.19 MB 471 165
217,386 217,386 00000000000001d8b34f3ec7093b4cece43a8986199f7af67717083604f102c2 0.24 MB 570 159
217,385 217,385 000000000000025d646cfd9307cb8e180bb456e7acf1b3b6057c3466123495c3 0.28 MB 590 210
217,384 217,384 00000000000005103a9ca8dbc56049c893a64eed8a6056a8b08e7a36cd8abfe4 0.14 MB 336 213
217,383 217,383 0000000000000217afb9707a36872d26e1d9186bf9f60fdc549d8e6853c384ee 0.20 MB 412 155
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, 113 incoming
  • Data Transfer: 1,624.58 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.