Memory Pool Memory Pool Refreshing

1,955 transactions
1.30 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
4 sats/vbyte 3
3 sats/vbyte 6
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,011 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (628,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,872 278,872 0000000000000001190bee8a28992bd9363b647035bc34524125295aa782149a 0.25 MB 594 48
278,871 278,871 0000000000000000b466b84b20b88deffec61e8f83a83d0095ccc43948ebda27 0.25 MB 674 62
278,870 278,870 000000000000000176de225544cc6c575becd7ddcf8199473db7440df1b44d2c 0.33 MB 509 32
278,869 278,869 0000000000000000e5afc93631c47fdcaf5849810d2da1e03026efba09ce90d6 0.25 MB 707 75
278,868 278,868 0000000000000000beb2df619cbb3ea70473c477b3a9f11e44a94f2dedad3b15 0.43 MB 434 19
278,867 278,867 00000000000000025dd61d9aba1de3d45f0fb3745c628f3db8bb54144b50505b 0.35 MB 867 71
278,866 278,866 000000000000000170f953d1c59423c85bc4b3d42e4635d52f3170e87eea384a 0.25 MB 372 23
278,865 278,865 0000000000000000a4c28f27389c8c1667c1bd654bc1841ed5ad1cba4cb0135b 0.25 MB 657 48
278,864 278,864 0000000000000001cfaa5555ab19a4ec2d4fb03ad0e8b08b52b87a567464d4b8 0.03 MB 74 82
278,863 278,863 000000000000000052067db1c5bc07e5a0988a6042c5d9caec6607c4de9a5fa3 0.10 MB 256 82
278,862 278,862 000000000000000192729a806c1dbf886f34ce47c30bb87ca941dc170a4fa8f7 0.25 MB 563 72
278,861 278,861 00000000000000028bb146e868d0aa72b7b349ba29334074629bb721b189badb 0.09 MB 176 32
278,860 278,860 000000000000000027ee13e8ff31f4f4fdd3edc71c58a2e3bfa76478f9efeeb4 0.15 MB 224 16
278,859 278,859 0000000000000000fe9382b25abbe31269753c30ef8d56db5949eb7e4e809aa7 0.26 MB 71 12
278,858 278,858 0000000000000001b9320fdba3589b1106b7d991a6b7bb200434ae34e3d8e468 0.50 MB 804 26
278,857 278,857 0000000000000001512191e8dec7c873430301cddd9899781dbcfbd7398d866e 0.25 MB 669 83
278,856 278,856 0000000000000002580118f6d6872bf25643fba8431e49f0c203d7a9b107d124 0.02 MB 65 64
278,855 278,855 000000000000000082328e144a5c9bf4c3dc8829128f854d4f446f317a2ca5ae 0.03 MB 83 118
278,854 278,854 00000000000000024bda819fcb472af4cabf20a552f8b5dee823a758e9cb0cd8 0.15 MB 117 6
278,853 278,853 0000000000000000b45f055b95409662c50066c216646cad4766c11a82b6840d 0.09 MB 178 35
278,852 278,852 000000000000000251064b46952ef2f341712c26f8e9369235ce6b4add149ea3 0.27 MB 373 30
Previous 10 blocks ↓
Total Size: 769.06 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,627.81 GB sent, 93.17 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.