Memory Pool Memory Pool Refreshing

4,886 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,791 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (722,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,803 185,803 00000000000004a14028266590c022e9d8d1fc5f80f872a0ee56da80996aa9d2 0.01 MB 15 64
185,802 185,802 0000000000000571376dbf02b698e285d0d35ad22ae30e5f0aebe48e37837461 0.01 MB 20 42
185,801 185,801 00000000000005be2df4c34bae818b7dec241ece13741b43bf818a61db32c3b3 0.01 MB 20 68
185,800 185,800 0000000000000782e6655b2cedbd433ee06ee022274e9bc2965be5548562cdd1 0.07 MB 125 79
185,799 185,799 0000000000000184a5f024b25eb8594436f7353f3f56d501e05d936a83b1b1a5 0.03 MB 82 26
185,798 185,798 0000000000000521e8ed9437fc154b2ec7526a6a8727e054d72dcbb3206a9370 0.19 MB 438 122
185,797 185,797 00000000000007f5c59acb029b730d0b972effbf0a6e32fd600bb5a3ccbd5c8c 0.02 MB 34 82
185,796 185,796 000000000000039434940a1bc780f8ec701281d1ab1356024d18d06d40d171c9 0.04 MB 89 86
185,795 185,795 00000000000005d8a9d67eee2c60d919024d6afce85ab67597d2279fea5a61e3 0.25 MB 645 143
185,794 185,794 00000000000007ae1f9376afff3c46a73dc1f8e9272afae246020fc1c28ebaa5 0.00 MB 1 0
185,793 185,793 0000000000000264adc80e2760f8f21b823d8d59285ac760a0ae138001b26b6c 0.09 MB 68 68
185,792 185,792 00000000000002b0422c9d83097335a05e9349ab677633e03190a560dfb09415 0.00 MB 14 82
185,791 185,791 00000000000008784c16768a18951963297e89ac22de48adb47855950cc5739e 0.06 MB 120 127
185,790 185,790 00000000000003c0be9e6b7a5a34e65f1be330b25cfbf490e6d256acbdfe6793 0.06 MB 84 85
185,789 185,789 00000000000008babb38b4f4a7ae0715663df3e519c376f95c6ccbb19fbaf3bb 0.00 MB 13 54
185,788 185,788 000000000000014781893413dabd1b94a7040f3a3355f4a0a91f0e663cb58c72 0.10 MB 254 129
185,787 185,787 00000000000002d3b44184716dcc1e8d1926318b5247275af49a55164ece2bf1 0.03 MB 49 91
185,786 185,786 00000000000003cd7d348428cc8b38ba64cabcc978fca66a3e51b5ce344920b4 0.01 MB 30 72
185,785 185,785 00000000000005e72e8466c743b31a539faeded3c498f44a79008a37f8764a5d 0.06 MB 132 106
185,784 185,784 0000000000000885d423bf3bd62a61475ef472233e859e2a47d8bc68405e0197 0.03 MB 64 180
185,783 185,783 00000000000006994e9cee4e61deb27d3b31c5e21f62e8698b13ae2a68775801 0.02 MB 52 114
Previous 10 blocks ↓
Total Size: 769.21 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.50 GB sent, 93.99 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.