Memory Pool Memory Pool Refreshing

1,992 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,740 (536,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
371,645 371,645 00000000000000000e8fec1d77710d22802ba01cbe56d1364076e53350ab755b 1.00 MB 2,249 48
371,644 371,644 00000000000000000067767123ff981fa841d8bbc72e192536cdb02c0ae3bd66 0.20 MB 403 43
371,643 371,643 00000000000000000e7e8e7be74eae562744b0386ee9b17ee7d9dddd69b7a4d9 0.06 MB 127 33
371,642 371,642 00000000000000000d1cfc2a43e610ac8856e89a4f98eb7aba3dd1a55514febf 0.08 MB 163 37
371,641 371,641 00000000000000000f5a2a836be15ce2659433eedf28233c76cbe5a819d87f14 0.19 MB 270 29
371,640 371,640 00000000000000000f038a3da679b4edf51e90323d515040c338b6222e5ab885 0.30 MB 523 37
371,639 371,639 00000000000000000262ed68475eda51fa958654f8d18ca823cb370139455c3e 0.91 MB 1,725 37
371,638 371,638 000000000000000000dd9720300e756cb5367e53e526cb1787a87cf7a2627473 0.27 MB 530 42
371,637 371,637 000000000000000012f131c625d3c28776310a2c40adf23706e2888e8c0e9d98 0.56 MB 1,167 38
371,636 371,636 0000000000000000109f02af52c12de8d03e4f8a6edc82f06b5d272d9bb10606 0.10 MB 223 31
371,635 371,635 00000000000000000cee67744dc1726e1ed5b9a6988370865f3bd84380403ef7 0.17 MB 335 47
371,634 371,634 00000000000000000f17bb06b31513d0da3b388486edbd32a7465c7d81c36eab 0.47 MB 870 38
371,633 371,633 00000000000000001081d4e40ecdf18aca07ab187e10f252e850ce9483f55c08 1.00 MB 2,337 44
371,632 371,632 000000000000000008ba93fc608dbc48e58aeb915ab71546385a6d3c3dc0e5e5 0.18 MB 372 34
371,631 371,631 000000000000000007bf31756a96e9f29b8e27610c966bfdcf6b927d8b67a48c 0.29 MB 583 31
371,630 371,630 000000000000000010b25442e75d9e631ac4fdd5bdf8ab74a5f1211e8096bc72 0.25 MB 451 33
371,629 371,629 0000000000000000036a247293f84df85c19aa8e8da16cff79c9b2d6396d79e5 0.77 MB 1,582 45
371,628 371,628 00000000000000000bb08f0800b620ff0e8e00835231b894ab23e124db3ea09e 0.12 MB 172 27
371,627 371,627 00000000000000000613313b36b41f1b127ad702d328c1ec7a37b63e05df2c5c 0.86 MB 1,259 21
371,626 371,626 000000000000000009097f5bd348fe7282fc8b2cba96eccf274726e25d797ad5 0.00 MB 1 0
371,625 371,625 0000000000000000096eb5cc21be530279328cc4e0a5e8ad9ea08594154156d6 1.00 MB 2,720 56
Previous 10 blocks ↓
Total Size: 769.06 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,627.90 GB sent, 93.18 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.