Memory Pool Memory Pool Refreshing

1,837 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,861 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,820 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (728,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,062 179,062 000000000000033a2d254f4176c863ec694820d4fa169330d12aecb193624621 0.05 MB 94 113
179,061 179,061 0000000000000a75212a20ce22b2a795d187a34117cc0b5860d832e780647057 0.00 MB 14 3,743
179,060 179,060 0000000000000838112b54e1c3b1f5db037a564c402cd0f2da6a920a49d0c1be 0.00 MB 6 55
179,059 179,059 00000000000006c315316ca0145e3f3913009bc8927a838b26fa9c080b5fc9c9 0.03 MB 111 39
179,058 179,058 00000000000008aaf853adfc7b59a4a2201103e67e236ce2123cc87f06fa2f3d 0.11 MB 213 149
179,057 179,057 000000000000073193b5d9001e39330309350bb2abe1261871f41ee505ddae66 0.05 MB 121 128
179,056 179,056 00000000000001e2588ed13843c6d160e52c440caef3dcc15b9955fd62f8dd7c 0.05 MB 118 118
179,055 179,055 000000000000048cdbb53adfc1941521034a8aeb1a15dfaf7060ef7524248643 0.14 MB 315 216
179,054 179,054 00000000000006492e24d953fb953aa9f0d2d5a2da336a6e167cce10fbec0917 0.05 MB 132 207
179,053 179,053 000000000000026125b6e722100688b35093dd1ac599c0a16af06a7323a1ccd8 0.00 MB 12 70
179,052 179,052 000000000000089cfd0e5dece2ea7554cbf99e159ef2d6b4cdbb748bfbfd0f7b 0.05 MB 158 144
179,051 179,051 00000000000003c23bc7a634f3d919542542475fcc2011c886575b2e558bbc7e 0.04 MB 90 154
179,050 179,050 0000000000000344884a2ee179498316b4f7305bae6ff305a55cbec2b4b84b59 0.08 MB 183 208
179,049 179,049 00000000000007516ffa5372233d72a53bda26eb82cf6a51f42916f2bc85e08d 0.01 MB 23 17
179,048 179,048 00000000000005d5bcd29c2c9a7c10e7c64c7ea10179e2d2e4e6ba3505cdb151 0.13 MB 309 122
179,047 179,047 0000000000000685c8fd4dc7644c2440628cc5a03d1b3d1471758d11b341e531 0.25 MB 173 91
179,046 179,046 00000000000001a79f486fffa2a9d72ee2f69e9dff0a3778e1a511c25786338d 0.14 MB 166 93
179,045 179,045 00000000000001a3d4ab3cf83295401d27a5d7d3389f50e91a7a8e4668ff87e3 0.00 MB 9 51
179,044 179,044 00000000000006ad3f414e7ac0776426691c5b1fa90ccf154716a768638c14f4 0.06 MB 126 140
179,043 179,043 00000000000001a67d69aa7e3c3ea330be480325f80d81d88e2006a05dbdf75c 0.01 MB 16 84
179,042 179,042 00000000000001f30671eb7135f0d4c79db90207496ef36778b0e8efeefe6d45 0.01 MB 13 75
Previous 10 blocks ↓
Total Size: 769.28 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.51 GB sent, 94.31 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.