Memory Pool Memory Pool Refreshing

4,009 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,739 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,379 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,738 (3,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,260 904,260 000000000000000000011ed0b997c316c21bf265d4255b3d17ac2d764873527e 1.76 MB 4,776 1
904,259 904,259 000000000000000000006183842a1afc180bf2e30c95c7bc412ba8547483e4d8 1.80 MB 4,957 1
904,258 904,258 0000000000000000000027a4ac79db517513d60ff86659a4723b9b5367775abf 1.77 MB 4,696 2
904,257 904,257 000000000000000000001625834ed57e352b0234e32d3f494f94618f7469b4d9 1.78 MB 3,028 3
904,256 904,256 00000000000000000000c820aa6ffb1d02da046a93ab6903e143ebd54a84b2f8 1.70 MB 4,321 3
904,255 904,255 00000000000000000000e101f13d4d7e2c2cd74146d1fbd426804b0052d596f5 1.62 MB 3,516 3
904,254 904,254 000000000000000000001a5d352ec00e681b29a3ccbeb384cd49059114cc7b08 1.79 MB 4,938 1
904,253 904,253 00000000000000000001221c2e612991f9e36589d8b3f83e82858d0e23f4069a 1.77 MB 4,636 2
904,252 904,252 0000000000000000000241f3c887d297388dd70e6576ef8365aa5d55d3941965 1.62 MB 3,382 2
904,251 904,251 000000000000000000012f239c633f74359ad24791ff2a5f9826043e08605253 1.63 MB 3,091 4
904,250 904,250 000000000000000000006316872d6cdc841977fe9b5c4e103cc3042901ee78c0 1.81 MB 5,112 1
904,249 904,249 00000000000000000000e5cfada873c7ee2e502443bf53f448d853c55b454ba1 1.81 MB 4,853 1
904,248 904,248 00000000000000000001f860851ddde94d30b355923fa3e9042fe1f2f7936edf 1.74 MB 4,260 2
904,247 904,247 000000000000000000015697cf261d6eba5167617baa77db672d9fbf8ac905fe 1.77 MB 4,685 1
904,246 904,246 0000000000000000000043bbe304fc48499cbf10a2451bf4e3f23e97b81bb491 1.85 MB 4,185 1
904,245 904,245 000000000000000000005844a1a7bbd8978fc4e86f7eafcd398d882561483528 1.85 MB 4,464 1
904,244 904,244 000000000000000000004213537362b67876a1aa41faf26e8af93843ff359df6 1.56 MB 3,074 1
904,243 904,243 00000000000000000000d77e6c0f38c17bb3ba385ac125757d540161028c1001 1.72 MB 4,489 2
904,242 904,242 000000000000000000017d0a0fb1553214eb57dfc9ea74170fe10d652721addc 1.81 MB 5,065 2
904,241 904,241 00000000000000000001fe955ede14f0cb28178e74b9c043461a258f69443413 1.80 MB 4,831 2
904,240 904,240 00000000000000000000ea09b3f0e1aee8a08430f7bbb15990535b889c7d8193 1.78 MB 3,882 3
Previous 10 blocks ↓
Total Size: 769.06 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.79 GB sent, 93.17 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.