Memory Pool Memory Pool Refreshing

3,282 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,533 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (192,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
714,876 714,876 000000000000000000086838d4cd12a71bff692a62e77e085a628d7ec0e035a5 0.07 MB 169 12
714,875 714,875 0000000000000000000979e33b878d6f1134bac4ad61c9e13f6beb768a702559 0.97 MB 779 6
714,874 714,874 00000000000000000007b8bbd084851cff6a57fb677b7d18b497209d30c8efa9 0.79 MB 536 4
714,873 714,873 00000000000000000007ffbc6eea711ec8584f91bc672a059cb55309e8b8f745 1.72 MB 1,376 7
714,872 714,872 00000000000000000005df9b19839b17eacadf6131300b57afa820f9d7c0d538 0.04 MB 108 12
714,871 714,871 00000000000000000009f471284c1bf9252b910ecd19ecef8c473f000fdd2c46 0.88 MB 1,152 5
714,870 714,870 0000000000000000000b2719f8acf34d7a02ecb7b9e6900cc337df6f05b594ee 1.53 MB 3,482 2
714,869 714,869 00000000000000000003c27c717b8d63d428220ea5af8ca31bd37764ca943c86 1.45 MB 2,533 9
714,868 714,868 00000000000000000005426418f878f307ad254869af7e15a33122f524dc3e33 1.47 MB 3,225 12
714,867 714,867 0000000000000000000726005a133de368e34b03521b5508933279908dd2baa5 1.37 MB 3,027 22
714,866 714,866 00000000000000000000c3ba2e7be7fea299ba7a91f03718924dfb98ca1012e6 0.16 MB 403 10
714,865 714,865 0000000000000000000139fc2435372dc287c46ae3e5ee510d6cf302403dc6fe 0.29 MB 617 9
714,864 714,864 0000000000000000000613efb3c98c451eb46e2ad97686c46b275d9f8877c0ce 0.27 MB 400 9
714,863 714,863 0000000000000000000581ef870a96b08365da039f500396744a01a056eb6a77 1.03 MB 1,561 7
714,862 714,862 000000000000000000090bee02bfe343d356075c5034eb799889e0bf124a9a89 0.63 MB 851 5
714,861 714,861 0000000000000000000760066f5c0250f355e4308adfc57285d90deb52ab541b 1.53 MB 2,836 9
714,860 714,860 000000000000000000047a7e581a2ff6f643f6c843b4436997557d3cd1feea3f 0.79 MB 991 7
714,859 714,859 000000000000000000028943521fe28ad588c0a2ebec58889e242cf17ef09f7a 1.06 MB 1,902 8
714,858 714,858 000000000000000000004c618b7c2322e34f28d943913e4cc559287fe33e05a4 0.97 MB 1,877 9
714,857 714,857 00000000000000000001f9606e2710c01c86c0d1c36ffacb60e74be554039f17 1.30 MB 2,368 8
714,856 714,856 00000000000000000004472c7c3c376dbac3298a9b550e87de0d1b0931efbca1 0.24 MB 320 9
Previous 10 blocks ↓
Total Size: 769.13 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,630.62 GB sent, 93.52 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.