Memory Pool Memory Pool Refreshing

8,164 transactions
3.61 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,659 (728,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,649 179,649 000000000000054969cf29f490f297572a86ee2df460e13c410cd5800f438f0d 0.03 MB 45 95
179,648 179,648 00000000000007d6dfa4f3bd952437593a7a85c3f909d0de1b989e87f87298fa 0.01 MB 34 22
179,647 179,647 00000000000005e38c6ccb6523d1f5cf557097ad290e04184e932f12446c2cb8 0.03 MB 44 447
179,646 179,646 00000000000003fc2cb2aa843bacf12e06c78cac8859c758351ef37b04c8f99b 0.00 MB 1 0
179,645 179,645 00000000000002ffebe17eac8ed1ff77c34fecfdae4f19dec99491f47cad20a7 0.05 MB 147 81
179,644 179,644 00000000000001c1c32b1d36efb422b4686f3718ad7cbcea9580a5af2f03c3da 0.01 MB 21 120
179,643 179,643 000000000000093f85b5532f8503417312c8e9dbf508aaeb54a613b793c8a5ae 0.07 MB 130 111
179,642 179,642 00000000000000bf2e47390c5e0483ce65e33c1994247dae073ca58d07dd94e3 0.00 MB 15 86
179,641 179,641 00000000000008a12ef5dc7e2ef017ca39e0a4a5f4b0e327bddea1e52fdcc6b8 0.21 MB 496 135
179,640 179,640 00000000000009a004265b64116b2b09709dc90afa8cc0d9912367862cebe68e 0.25 MB 598 128
179,639 179,639 00000000000006e2a29336d50ee5c761f66eff9c2d6325b7705ccaa5c12294ec 0.05 MB 132 91
179,638 179,638 0000000000000094d31459fec523d68bf668ccea98c62f774980b9933251ef48 0.05 MB 75 67
179,637 179,637 00000000000008b12aaebc599227d38f26728cbf7e45fb2914e0f3cb4247e22b 0.00 MB 1 0
179,636 179,636 000000000000043298601f07f859a0f056f35dac912db07afec81d2cc714d6d2 0.08 MB 178 125
179,635 179,635 00000000000006f0c1a17537ae50b742550bcfb2ffdfd72ed79d0d6f87cf06d5 0.15 MB 262 144
179,634 179,634 0000000000000106226440260bac031d4b224eea885e4e90c171512e71a74891 0.10 MB 215 179
179,633 179,633 00000000000003e5ff5ae13d661d155b3d14e7108aff82543d79f14b75015a5f 0.24 MB 509 164
179,632 179,632 0000000000000201282a110c95672921847d9d044ebce55235cfa4dc92031d54 0.05 MB 118 121
179,631 179,631 0000000000000743cb828aac75e2950052a92ddd9bbfe22f668c1924ff45a2ec 0.05 MB 127 228
179,630 179,630 0000000000000955e777dd1f2d13520b92137b7b09b38a35a85c1027858fdb83 0.17 MB 243 113
179,629 179,629 0000000000000730c52a0a8cae5426186cda2a02162b7f4ba50b29005c107128 0.48 MB 1,024 92
Previous 10 blocks ↓
Total Size: 768.91 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,603.32 GB sent, 92.32 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.