Memory Pool Memory Pool Refreshing

3,283 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,349 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (327,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
580,169 580,169 000000000000000000228596919d003ae4430289186d5583363b4bf71d28cf2a 1.20 MB 3,217 53
580,168 580,168 00000000000000000017368dfb7523ae6f21c0c438746056ca1d76750e622b6d 1.22 MB 2,615 43
580,167 580,167 000000000000000000238b08516e6a85797038d737c1b3aa6d77288ddb52f468 1.27 MB 2,434 70
580,166 580,166 0000000000000000000d49dba07df131a4a92c77f4c92e38e013ad81e8371e52 1.25 MB 2,048 16
580,165 580,165 000000000000000000243367242a8351622e7e281dd9800a09df813a547ca9d3 1.27 MB 3,126 81
580,164 580,164 00000000000000000022402d5709e201d4ec211ba85e3866166fc77b73484af0 1.46 MB 2,317 47
580,163 580,163 0000000000000000002336289cf2426c30070617a342744529806d26162e442f 1.19 MB 2,643 35
580,162 580,162 00000000000000000022d20e46e09c74d8876d2dfa18c29e5a44e8a7dd21b422 1.25 MB 2,823 65
580,161 580,161 0000000000000000000f8327142b0bd47d568f7155700d1e290f2ba7e735ebcd 1.34 MB 2,334 62
580,160 580,160 00000000000000000015286445b2c554240100dc4a57bfd977c3d459aa4745fc 1.34 MB 2,949 104
580,159 580,159 00000000000000000021bdc67e551912dfd88620cacdead5cb66e6dcf4d539ad 1.18 MB 1,811 16
580,158 580,158 00000000000000000008511a525d8ad78e693a2c8a354b32a76bcbb0cddf6f5d 1.17 MB 1,867 59
580,157 580,157 000000000000000000062b73ce9e075e91584f00576f31253abcaaf9eb2c2d7d 1.25 MB 2,251 57
580,156 580,156 0000000000000000001f4618ba7b722779de99d27f3d20311e2658120379f08f 1.14 MB 2,028 25
580,155 580,155 0000000000000000001163a9d54b248ccfc0f491807e73802530beac8cd63e34 1.11 MB 1,530 25
580,154 580,154 00000000000000000010609c9e1eba709173a24ea3d4d618b25473eea8c170de 1.31 MB 2,819 98
580,153 580,153 0000000000000000001239401bb66bfba726d64018ed9b1a86b258d7f5661c6a 1.22 MB 2,211 75
580,152 580,152 0000000000000000000e9772a4aee3550eec87030b07d82468022b57da0745dc 1.27 MB 2,113 28
580,151 580,151 00000000000000000021cfc698a4fa59f8652f192fec72fb8fc50daa5f636cbb 1.24 MB 2,450 48
580,150 580,150 00000000000000000018bb1c5e2a1f666085278a4092ff1a0e24f9f15076f8fa 1.16 MB 2,511 56
580,149 580,149 0000000000000000000e791deb424258bd30bb39524992ed283ec7ebb18afbc2 1.29 MB 2,494 79
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.