Memory Pool Memory Pool Refreshing

3,774 transactions
1.68 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,652 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (393,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
514,108 514,108 0000000000000000001ab77b3c3c9bd0196b328c189e3e3d9f581855a042bdde 1.10 MB 1,559 26
514,107 514,107 000000000000000000408ece4d6ed75b6caabfe827883d7e75c76e9157a5f1d9 0.60 MB 894 18
514,106 514,106 000000000000000000420ba5c17f6fb882fc7267bd38484e332c5c8e5d26ba22 1.16 MB 1,801 10
514,105 514,105 0000000000000000000cd2be837363451e5e3daaa23e66b5aa73b32ff753b8e8 1.13 MB 2,346 66
514,104 514,104 0000000000000000000dba064c38ed15658f1da20ceac313d132ac8f6a0826bc 1.17 MB 2,937 14
514,103 514,103 000000000000000000180fb367663df70ad811bfd74881fbe2d271d402461e16 1.07 MB 2,206 77
514,102 514,102 0000000000000000001f20e189f5e2480196d49c704518b05d07a8fccc932772 1.11 MB 2,272 25
514,101 514,101 00000000000000000006ed0aad4df8ecb439959b46af71264ec23d7bc44c6a68 1.13 MB 3,128 19
514,100 514,100 0000000000000000003f5099f23763cb125b9dcecf3476b638cca012ef62d350 1.13 MB 2,208 87
514,099 514,099 0000000000000000004cfcf3859cbd0f82b7a9ebbb5e92f7fa8fa4ffb6de7dfc 0.40 MB 773 21
514,098 514,098 000000000000000000237e165afff5d283dde60defa2bcd660566e60f5b5c946 0.18 MB 334 63
514,097 514,097 0000000000000000001a447ba9203cf8659ea6c0c557db4a64c6e9c02b57c38c 1.05 MB 827 18
514,096 514,096 0000000000000000000c74966205813839ad1c6d55d75f95c9c5f821db9c3510 1.05 MB 1,149 20
514,095 514,095 00000000000000000018b0a6ae560fa33c469b6528bc9e0fb0c669319a186c33 1.11 MB 2,197 4
514,094 514,094 000000000000000000481ab128418847dc25db4dafec464baa5a33e66490990b 1.04 MB 1,049 17
514,093 514,093 000000000000000000485d238678ea612b6f9078895de78efa85f20c699963e2 1.04 MB 891 40
514,092 514,092 000000000000000000087660750ff9a53e52ddbfc52398610f9be1183960259b 1.01 MB 603 55
514,091 514,091 00000000000000000027e4aa170c314d698141df5f5a97daf149a0a711a65645 1.05 MB 1,168 18
514,090 514,090 00000000000000000009dbca7acef2f8ca7e23af349be94adb2bba75faa2819c 0.99 MB 407 8
514,089 514,089 00000000000000000014c4ceacb8948a4657805aa01478edfc3dc58e168af49d 1.11 MB 2,340 32
514,088 514,088 00000000000000000033ecaa52a8e3a611d5653c77e0e76aa62393046c6ca828 1.00 MB 118 3
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.28 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.