Memory Pool Memory Pool Refreshing

3,432 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,307 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (170,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
736,885 736,885 00000000000000000004d2a2c89b091ced85ff1ac2a8f084fa467cfa8cb7be17 1.67 MB 2,289 11
736,884 736,884 00000000000000000005b5fffb7267db3e50b532acc47e8781088bef6b0138d0 1.58 MB 2,710 13
736,883 736,883 00000000000000000002f80446df2da30276c053841a5cd8db49270e6117a06a 0.35 MB 609 12
736,882 736,882 000000000000000000021305d01a8ebdf42340b777ddf7aa7b532ef1260c3bb6 1.50 MB 2,834 14
736,881 736,881 000000000000000000003c8f669cbe9725a1c09cd93a98c88bbdff4e7f929ad7 1.95 MB 929 4
736,880 736,880 0000000000000000000673bf19ca6386473056f63f0ae3ebb0d954186f3f9fd9 1.84 MB 1,276 9
736,879 736,879 000000000000000000062ef03810d09a3170b15117bb82b45e38fd7811d2e1bb 1.68 MB 1,431 2
736,878 736,878 0000000000000000000480c4f7fc782804b9d27b68a67761aa38bd5f78dea599 1.51 MB 3,171 13
736,877 736,877 000000000000000000066e2172dfb17aa275fad389a774cbfa3411cc7b07898c 1.31 MB 1,087 11
736,876 736,876 00000000000000000000050a4370dbdfae2ff3c7cf1c9300b1e080a29241223a 1.49 MB 2,243 9
736,875 736,875 0000000000000000000862ab560be7e81c7f591b34b1c18f6a161365758a09c1 1.44 MB 2,426 20
736,874 736,874 00000000000000000005d689689d994339e1e487f721a6a35b5e9f7c8748ca94 1.50 MB 2,574 21
736,873 736,873 000000000000000000004aef2b5f20bce3ce301f8747e053440737abc23e16f1 1.41 MB 2,789 24
736,872 736,872 00000000000000000006949c21c73b20d5b851436da1dda239c9aab2162aff4d 0.49 MB 603 9
736,871 736,871 0000000000000000000815867afb46b50db12bb2d74937c4818b2a5e9bf0b4a6 1.28 MB 1,824 15
736,870 736,870 0000000000000000000663365797006315b48ea2e6a4e8da2380199f851a4d24 1.36 MB 2,306 13
736,869 736,869 0000000000000000000642e6d8ee8b93679e7da5ce8bd6dfef071ce2cb1a5388 0.29 MB 625 12
736,868 736,868 000000000000000000031840b8d3d7b14be774e0dc40212e26c6a149fcd1088e 0.86 MB 1,988 14
736,867 736,867 0000000000000000000433857a379b62dc769f544cc343ca9a23957312f2bd7d 0.49 MB 610 9
736,866 736,866 0000000000000000000462ab6cf40ed4270a185ac23c8d2f17636b87246999c3 0.72 MB 1,339 12
736,865 736,865 000000000000000000054983e341dfafc3f592e34ce19a80fd953fdc2f63ae25 1.12 MB 287 4
Previous 10 blocks ↓
Total Size: 769.23 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,634.77 GB sent, 94.08 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.