Memory Pool Memory Pool Refreshing

4,019 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
907,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,119 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (293,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
614,267 614,267 00000000000000000003f76c30c9a99baf75b4a2d5dbc9bdbefb0050db195246 1.19 MB 2,163 11
614,266 614,266 000000000000000000106f4dff73213c4f90868e1db809c46cd3d4b9dbe7a014 1.29 MB 3,241 12
614,265 614,265 00000000000000000002a3d7f5640a61cad983620a80e965bbff9084037fc86a 1.28 MB 3,006 17
614,264 614,264 0000000000000000001100e869c2bf59451b27b7ea169807c3d19dcdeb0bf560 0.92 MB 2,152 11
614,263 614,263 00000000000000000003f99ad53b10813cadf6cf08faca62903ed696ba4c78b6 0.79 MB 1,599 11
614,262 614,262 00000000000000000005f3303b5d69bb5d2998a5711cd833cd821f41214026f2 0.50 MB 1,313 12
614,261 614,261 0000000000000000000ff0a8f4a725ead383b31e3c576617864037bdd459d174 0.88 MB 2,076 12
614,260 614,260 00000000000000000007780e58b61ed964a74b6e6d3a25fa55a9d4988958f1a4 0.68 MB 1,419 8
614,259 614,259 00000000000000000003caeab94cc9eae6a86f41c91122e4386cdf2698172e13 0.31 MB 746 11
614,258 614,258 0000000000000000000f4ae015e2b539ff4e54d84ae08f17b642319ec0af9e33 0.37 MB 778 13
614,257 614,257 0000000000000000000d03367dddbf4ee3ecdacab04bddc7890048cd17a6fd3a 1.34 MB 2,739 12
614,256 614,256 00000000000000000002c30333007248caf4aa9a68a4aa6686d6f35f625bd26a 0.95 MB 2,118 12
614,255 614,255 0000000000000000001130557ca91e317fb131e8280ee8251f5db090f8516188 1.16 MB 1,807 4
614,254 614,254 0000000000000000000b080af87f6ad2fdea96981fb3b2d314043189aa659038 1.36 MB 3,007 18
614,253 614,253 0000000000000000000b9e2c9f2fb60af4cc63d308bb8852ac6162babfe016a8 0.05 MB 86 11
614,252 614,252 00000000000000000007d56a18870fbd822839794c6e12566342db54fae539e5 1.21 MB 1,575 2
614,251 614,251 000000000000000000043a9b915a2392ef952904f9f96a3b38b8cf3307c22bf6 1.29 MB 2,924 21
614,250 614,250 0000000000000000000c3b1ae963a05ea6d27ef2c10b10f8e6e7a48df9f721ae 0.03 MB 111 11
614,249 614,249 0000000000000000000fe7bb582e48af4e632d099159abe44f389a46ca10800b 0.20 MB 484 13
614,248 614,248 00000000000000000013021ac2a27b4a0a9cb1ad30c34bce40c2e932699eb1fc 0.98 MB 2,157 11
614,247 614,247 00000000000000000000b080cb89ea4a6b682443c8fd082e4902bd9cda0bf3d2 0.65 MB 481 1
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.