Memory Pool Memory Pool Refreshing

10,215 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (609,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,268 298,268 00000000000000005a0def5198b9cb0047693c6296d5b2451eb60bb17b13d34f 0.27 MB 480 31
298,267 298,267 00000000000000009d76fdbbbdf81b661cb7a2f68d6b2d548c42e89a41923620 0.05 MB 128 21
298,266 298,266 000000000000000012f422af3f14e559f818d73b985905efb66befd682eabaae 0.42 MB 807 34
298,265 298,265 00000000000000000dfb326f2b17fbee3907c7b0a3ef245433a0d8c25642c778 0.25 MB 128 13
298,264 298,264 000000000000000078702b1e4dcc843de40abdc02e10aa9901e922b3372c1887 0.35 MB 933 41
298,263 298,263 0000000000000000162f5f571eef4742b70204d983bda3c4b18fc1496ac27f86 0.15 MB 227 26
298,262 298,262 00000000000000008db5b09d40d7beec76349535e608c41abc1f59c7c9082146 0.15 MB 228 27
298,261 298,261 000000000000000059b954e25e2731fa1024f7dbdce8638859517e6ce58d00a8 0.01 MB 16 26
298,260 298,260 000000000000000067df016a02d58da49cd3c66552fa07fe9ac5edd20eabe4f3 0.27 MB 403 25
298,259 298,259 00000000000000004cc995b47501381af428b0d273803ef0561bc4f3ec78ff95 0.07 MB 124 37
298,258 298,258 0000000000000000314c75c691c7f10b145cbaa9da60dc7941045795fc55dc8c 0.15 MB 250 29
298,257 298,257 000000000000000046a36917b23ac9002d4bd40993c230e0a25057037fa73d49 0.13 MB 275 34
298,256 298,256 00000000000000002eac8c4406af69c877b315eb2ac4e3a47f3311a38668f5ec 0.41 MB 515 24
298,255 298,255 00000000000000003e30a35f15e96cb51902ed1e8b047b5f886eab92a32317c1 0.11 MB 171 25
298,254 298,254 00000000000000007c156815eec95bef892f1a3dc9f40e92d8cb0013efdd7817 0.35 MB 479 39
298,253 298,253 000000000000000016ac148e10b7ca800711fae68b38d9d78479ea58ef0c1090 0.13 MB 238 24
298,252 298,252 00000000000000002305a5d9c49e6953b0e4b7f4bdd4361461d9ee26d3ba6371 0.57 MB 979 29
298,251 298,251 00000000000000006ae8721fd68353e806e9e249854567570370f25910d3d6d9 0.11 MB 103 17
298,250 298,250 0000000000000000420646d1e148449a36bd1c78dcbec206f518ff09330056b4 0.19 MB 356 31
298,249 298,249 00000000000000001b6c4975fbcda657d6dd4e45f766faec0f4576d7eaf42274 0.02 MB 41 23
298,248 298,248 000000000000000096136bca91ff5774dd31dc6c371b7355982ac2b436e0e5bf 0.35 MB 617 27
Previous 10 blocks ↓
Total Size: 769.03 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,625.71 GB sent, 93.04 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.