Memory Pool Memory Pool Refreshing

8,422 transactions
4.30 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,807 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,073 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,806 (604,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,067 303,067 0000000000000000139c5279cc193de18ea3ba2a5a9989ff5b0374b48eeb9fa8 0.23 MB 213 22
303,066 303,066 0000000000000000083353437dedea2e4b13a82686f9a7d4f9d752e3b414cc5e 0.35 MB 606 33
303,065 303,065 00000000000000000ed0cfd80466dc3e639e09a5cf00a0cc5b8b887a61c36d51 0.07 MB 44 5
303,064 303,064 0000000000000000281fa85811b5220b5a59839af1d6e578cbaf188f2127cab8 0.21 MB 125 16
303,063 303,063 00000000000000001a725c70f7d91988cae71dc8fed9dd82fe08cfcd04114281 0.35 MB 960 39
303,062 303,062 00000000000000004b6bcf6bcd487795b1385dc1c3b90000c52b2cffbfa6e72c 0.48 MB 672 26
303,061 303,061 000000000000000031563040415375f22f09b54f9472865d4861904a9f4bd3e8 0.35 MB 679 25
303,060 303,060 0000000000000000515d8d156498f90ae5af94dda965cc797036438583029760 0.26 MB 512 68
303,059 303,059 00000000000000001ea27143644042ce492ae0b4929eb79fb91649e2bf745fa2 0.64 MB 646 19
303,058 303,058 000000000000000015674dcf45f17b8cce05d7276ca0508b98513e0070ebde12 0.50 MB 1,305 56
303,057 303,057 0000000000000000019465455f589c5cfdcb9af74ccd2637d9b3881ee286cdf3 0.19 MB 399 36
303,056 303,056 00000000000000001f89dd9683a1952cc7118afde98835da78f3efcc9be8ac14 0.16 MB 356 34
303,055 303,055 000000000000000036dded8b5ee220d031619151aee10dea84a5094ae0faa616 0.39 MB 684 51
303,054 303,054 000000000000000038b19023bb92963fad2ca662e0f3f6287a9d46caaec5a22c 0.04 MB 103 33
303,053 303,053 00000000000000002039faad7eff0f4d3252026302b581ca16545127dbbbe643 0.19 MB 327 32
303,052 303,052 000000000000000039cc852a90a34eaa05abe7b87a788dfe5c6a72aac4980132 0.10 MB 230 34
303,051 303,051 000000000000000029548e1dd020207f7e6c5a7aa3e557f171ca1312233bfc30 0.00 MB 1 0
303,050 303,050 0000000000000000200782549a1a6ed60b3db9656673c36b73cab63f76d1f13d 0.24 MB 522 54
303,049 303,049 00000000000000004172d26bfae31f1b38bd804e2cde88fee59577b9e67ecc9c 0.30 MB 438 21
303,048 303,048 00000000000000004c3b09b199658213699fa3cec5f15851d989cd8d514db593 0.47 MB 773 27
303,047 303,047 00000000000000001f768d14f932446f74ace1370754a74b4b9c8c3da863ed2c 0.02 MB 53 38
Previous 10 blocks ↓
Total Size: 769.18 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,633.45 GB sent, 93.83 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.