Memory Pool Memory Pool Refreshing

865 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 863 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (206,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
700,893 700,893 0000000000000000000c7823fbd238585e675c59466380a91512206308b63fbb 1.33 MB 1,878 10
700,892 700,892 00000000000000000007c5729ea5deeecb802d670e6ac59c6b42b8350c11ad46 1.44 MB 2,898 22
700,891 700,891 0000000000000000000f43681b3da747b303e9cdacb6f7661cd03ea8dd36d94f 1.60 MB 2,463 8
700,890 700,890 00000000000000000005fa80c80fad8030c640742e73dbbfdefa3f1e1fbb2fe3 1.19 MB 960 9
700,889 700,889 00000000000000000006cc882e941e8d4c1a22fa5cba738d3bdc125d021f507c 1.38 MB 2,282 22
700,888 700,888 0000000000000000000cf7a9e970d93befdf6546a42a36714fea3bdb7392f4a2 1.59 MB 894 5
700,887 700,887 00000000000000000003a7e1246feea09d2d3910895d171cedc5381411a77904 1.43 MB 1,883 15
700,886 700,886 0000000000000000000eb9a029be15fec154fca57ab18bb4304cc5f4bb344a2a 1.48 MB 2,157 12
700,885 700,885 0000000000000000000e908393ed77b549751a381652560b474bfc6f690a2497 1.57 MB 406 3
700,884 700,884 00000000000000000007386f234e3e73f514bef16ee37c1299f8d2c9e08ef696 1.09 MB 517 1
700,883 700,883 000000000000000000068fe4660facf5ff7e986cefc7e042d351ef83ae261276 1.37 MB 1,861 13
700,882 700,882 0000000000000000000355f0e3f9c118e7e5e48432b9dfd75988cc732cd1d15c 1.35 MB 1,688 3
700,881 700,881 0000000000000000000e39c05dc81046e5dd2b58fe8fc35c4fabd11065da528d 1.35 MB 1,932 21
700,880 700,880 0000000000000000000b90f2e297116edf7c0e931350b46f1ebc443da69e76c9 1.24 MB 1,563 3
700,879 700,879 00000000000000000000cf27a0303643202ed1cc2e5ea10f54edc7b01f3d4341 1.50 MB 2,602 9
700,878 700,878 0000000000000000000a878073c5c282a3f433a0d53d538dfab8fbddb48de29f 1.34 MB 1,069 13
700,877 700,877 0000000000000000000b686c147aea5126eee53a67328ef054268c350d0a6b2a 1.42 MB 2,651 18
700,876 700,876 000000000000000000001b8b49f88a4442206719b3563318ade7fb0781ca1d6a 1.27 MB 1,567 7
700,875 700,875 000000000000000000055573ef08de1e38b4ac109e1e3126953e3e68500d42a2 1.76 MB 1,414 6
700,874 700,874 000000000000000000098650b7c4dd91d03bc63edd459b0a8b5966bed8f17b77 1.76 MB 1,485 10
700,873 700,873 00000000000000000008bc9c4a80d3dd72523bf0b2f438eb09037eb630ac0ba4 1.72 MB 1,827 7
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.