Memory Pool Memory Pool Refreshing

726 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,084 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 727 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,083 (799,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,123 108,123 000000000001b654db332cea6c399ad86b6a56b6f7a4d37da0497515597f76a8 0.01 MB 35 0
108,122 108,122 0000000000006c26157ee47faa92795481360a501dfd84e80f766c010fa597b3 0.00 MB 10 0
108,121 108,121 000000000001f72d100bb10a960862e50e610e9c011e836c99f65a2acc7d9f47 0.00 MB 10 0
108,120 108,120 00000000000031c92ad3c9bd46e3207ca0b1d98014b85b11a8b65aacbd67b269 0.01 MB 9 0
108,119 108,119 0000000000016725a3031e293cd3ccdd76623780a788e5d0c527449235210361 0.03 MB 4 1,035
108,118 108,118 00000000000091df9ad6b3d624c558aceba2b2b317ba149cc0a0ca1161f135c3 0.00 MB 5 908
108,117 108,117 00000000000274d344a1df28b4399f70dce51edd066254da94cf924ba4c31cd3 0.00 MB 3 0
108,116 108,116 00000000000051839d656b60739fffa0fb0ed73868161f40e16aebd92fa9125c 0.00 MB 5 0
108,115 108,115 00000000000176e90b05aa3d83d60765c35a9b0cad313665f974255f6fefd27b 0.00 MB 5 0
108,114 108,114 0000000000016c551207249b2534428eb26f666a03172f0a845ffd25d55001d8 0.00 MB 8 0
108,113 108,113 0000000000013095e48a232a90bbd6bb0f3542f5df1864868fb4eb332f94a1a9 0.00 MB 6 0
108,112 108,112 000000000001d7019ebbff2ed965230263167173e6a7a2f45303b57cee2c46b8 0.00 MB 10 0
108,111 108,111 000000000000b327a613d9e7d02e4da688429b1d446852d98e565bd760df7421 0.00 MB 12 0
108,110 108,110 00000000000189711b4f8d6706e1afe766cd1370165dc366edba52acfc1464a0 0.00 MB 7 532
108,109 108,109 0000000000018374296b71cb041aecc9db575030024eda5c7b3ff43281c21e34 0.00 MB 2 0
108,108 108,108 000000000001fa49ee9ac7a1f788ef6bd976d8e89ebed5ba1aab2538bf7ee84a 0.00 MB 12 0
108,107 108,107 0000000000016d787327836eae9b8aa6dad1f7bcbe9d5131c1b993a10c6db289 0.00 MB 12 0
108,106 108,106 0000000000007eca574dcbb45378b1933ff913d987d9e2ad692e96be2f9b02a2 0.00 MB 10 0
108,105 108,105 0000000000024e88e99770e6f128f78730cef13216aac502cdbce6b0f6b47bff 0.01 MB 8 1,603
108,104 108,104 000000000001f6e54945f558b7a8bc5fec6f3aa8509a2a9c4291829e4067bb54 0.00 MB 6 334
108,103 108,103 0000000000009d358a0e104a498e196dbb062b1b984851048227387ee7434f37 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.70 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,676.63 GB sent, 96.38 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.