Memory Pool Memory Pool Refreshing

1,653 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 1,647 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (211,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
695,898 695,898 0000000000000000000e4f4b683497418c02772f17b68fd549a579bc62b507f1 1.05 MB 1,339 6
695,897 695,897 00000000000000000001000f46fafadc0bfd265c68018c3bed4eca1c7b95c2db 0.46 MB 359 5
695,896 695,896 00000000000000000000031bfa9eb40013b2f114fb7219eae992831ef842555f 0.28 MB 560 16
695,895 695,895 000000000000000000012f61ca4268401c09e450292639f990642f6e19fdea6c 1.20 MB 1,512 6
695,894 695,894 0000000000000000000f8cf2f7481e39ac479200e9a30e61ab6cd9cec3033093 0.95 MB 1,242 6
695,893 695,893 000000000000000000046faf4c67e430d91dd4d1a3aa5365910e2f17ed4f8ef7 0.39 MB 753 11
695,892 695,892 0000000000000000000f1e6e0678fc83c16b69679758275947e14030e9880f05 0.19 MB 379 12
695,891 695,891 000000000000000000083988f402c3dd05afbc1cff9ed23482ef6e8c9bddd885 0.70 MB 502 1
695,890 695,890 00000000000000000006fb532e714cfd34a5e9eaf182f70c663779b7e1c15c0a 1.43 MB 1,969 27
695,889 695,889 0000000000000000000e0a77a22090e107e92034986da6578cb6c4aa8b1b62c1 0.28 MB 603 11
695,888 695,888 0000000000000000000a6fd4eaaa9058ae522f08e36c7ca0c7cf9fc5f41ed07a 1.62 MB 2,039 9
695,887 695,887 00000000000000000009ccf87aafa620fb8f94e89946a4342f2f8b3891c739a2 0.91 MB 1,398 10
695,886 695,886 0000000000000000000ebb8b950836d1765936de23851bae9e3458ab4519a510 1.30 MB 1,704 10
695,885 695,885 00000000000000000001dcb1f5d37174334c8686c0db3761004a2b3ab1896753 0.57 MB 1,017 10
695,884 695,884 0000000000000000000638da1f96727ff1e9ae1379ceba0044405a22b37a63c8 0.06 MB 83 12
695,883 695,883 0000000000000000000cbcf51e470a9f8cc5be3f11fefa903589a939d4c35332 0.28 MB 320 8
695,882 695,882 0000000000000000000f058c0649180dcb952f7303455b28a9c84149cc38364e 0.76 MB 341 3
695,881 695,881 00000000000000000009f0aed94ee430d2f58baba983ce862b0f8774bfaece67 1.49 MB 1,239 6
695,880 695,880 000000000000000000112574c5340c030701348370d970f390e0ddd512ad93b1 1.33 MB 1,414 4
695,879 695,879 000000000000000000075aa7cb0aec598fdf4cf40fc98724ff015e77e49f8a13 1.71 MB 2,087 14
695,878 695,878 00000000000000000007cc05fde39935fb657bd64a443854c527e1de055762e6 1.56 MB 1,603 8
Previous 10 blocks ↓
Total Size: 769.30 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,642.73 GB sent, 94.45 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.