Memory Pool Memory Pool Refreshing

19,679 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (630,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,811 276,811 0000000000000002bb4b5091e35437cced4993e52d938e77fdd6056f74dc644b 0.25 MB 614 50
276,810 276,810 000000000000000232550ae3f691a8a870e4ecabfac97ec4f2e2168a54ccc930 0.03 MB 76 100
276,809 276,809 00000000000000013195e56f9750913c19f1cef51f7f811bb1af91b139ef961f 0.04 MB 61 34
276,808 276,808 00000000000000036ef8eff2a042d3930ba68cb80ea5e38845fc481c2baf9599 0.03 MB 60 25
276,807 276,807 0000000000000001ebd17cd89d2945833327bf19889efb690a69216d0a4baa61 0.23 MB 498 44
276,806 276,806 00000000000000001e34767cc215a037adcbb88ddae77cb4c1f617a468f5fb9a 0.31 MB 549 46
276,805 276,805 00000000000000010a42646b544f9fa97a4d75b425f68b79a02153ce0e6fe176 0.08 MB 171 38
276,804 276,804 0000000000000001809cc70f7a67f68a781f2d5bd0ca0686444d82cd386c7d63 0.28 MB 593 43
276,803 276,803 0000000000000001f831b604dce1af9dc1035f07a7dcafa72951d21c248924aa 0.13 MB 209 34
276,802 276,802 00000000000000028d43282f2191222aa81ba94e15db9dcc8807fa6461006e4d 0.01 MB 18 55
276,801 276,801 0000000000000000af633dedbd0b825bdcd3c23093fa8c6cf4e0939a21984407 0.12 MB 214 27
276,800 276,800 0000000000000002c26e81e219a1232776cb29dec36c86ea24089e9f79877a3d 0.03 MB 77 47
276,799 276,799 00000000000000018cc17380f3ff4e651f9a35208531dd488b2f8cdd1b5df0d3 0.25 MB 481 47
276,798 276,798 00000000000000021bb1b0518caa64cfe71ece567838fa1f8fb7b8a8d999ef34 0.02 MB 39 42
276,797 276,797 0000000000000000fcf43502a87ad511a28060727cb7db3757a28e0a358834c3 0.46 MB 341 20
276,796 276,796 000000000000000188d435947c01ea5788c2ec3970c94d63ebe6677d119f764d 0.25 MB 591 38
276,795 276,795 0000000000000000e47684afb7c7943caf3dba4364944d0009405a71545360ff 0.25 MB 602 67
276,794 276,794 00000000000000009d58680bd4feeeb2f21c6fe24d55b089b2d259850c52be46 0.25 MB 600 50
276,793 276,793 0000000000000000e22bdbeea57dbe5cb7515693f00e36724fcb825ab8b373d2 0.07 MB 127 32
276,792 276,792 0000000000000002603057d497c6fe97cc85aa55661f5915395440070fc58d35 0.34 MB 618 37
276,791 276,791 0000000000000002beaf3b64810952291324b307d5dc926ac10faced00a11a3b 0.05 MB 95 40
Previous 10 blocks ↓
Total Size: 769.02 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,624.52 GB sent, 93.00 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.