Memory Pool Memory Pool Refreshing

5,524 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,958 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (577,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,649 330,649 000000000000000004474dd3af1119e50551f5d79a044e7175b1ca02c526e6ec 0.35 MB 1,036 49
330,648 330,648 00000000000000000624c2237dac998abc911d69eb7d6fff3b0f7b26070ebc95 0.17 MB 289 24
330,647 330,647 000000000000000019c6e791e33aab2e540b71162136e174535559166e2176b7 0.01 MB 27 35
330,646 330,646 000000000000000016aab17a7f09732f4a548c353653509e864962bfe36f7faa 0.16 MB 346 31
330,645 330,645 000000000000000013664af1c5e81f37b124ac573dc51cb1c7096f9ace7259d1 0.10 MB 88 9
330,644 330,644 0000000000000000105b9e969547b68a81de339237f48df5527492dd849305a5 0.15 MB 298 28
330,643 330,643 00000000000000001462861e081174224e55a8e0a2b394aef4b3a774f98bfbe0 0.54 MB 951 27
330,642 330,642 0000000000000000041c364b767720105905394a7e42ff25808c25caf08ca793 0.26 MB 521 31
330,641 330,641 00000000000000001976baafe58cd5e2d634bff150dbcbbb18e874794a7fd671 0.10 MB 193 17
330,640 330,640 00000000000000000aa26c458144b545b4957e7b2bc698a571611ae44507fa73 0.13 MB 211 27
330,639 330,639 000000000000000000bbd2b81032c55abae79d7fbfb22300bde1b4cb948f8e60 0.46 MB 689 25
330,638 330,638 00000000000000001b419c57e8c8195990dee731e5b73068aeafee87147d10d3 0.55 MB 882 25
330,637 330,637 000000000000000019ff125f5337fb6e910cedfd7b5fe41abb0d4eb596810101 0.68 MB 545 15
330,636 330,636 000000000000000001763f9bac417d73cfddf7d5d0a9b7b1151a51b95e085690 0.75 MB 1,324 31
330,635 330,635 0000000000000000101f988b9bfe8285aec5b05093d52f9efc36a540474e1dcf 0.75 MB 2,142 42
330,634 330,634 000000000000000007ae33da6fdd53c456738cff39f79cdc465195276dbe1803 0.06 MB 94 23
330,633 330,633 00000000000000000f074851a48731c819cd12b429144e9afe40c694a3af0d45 0.07 MB 125 27
330,632 330,632 0000000000000000136d89470ea1406a6a47b74dabfe12f60e2c69550aa7d423 0.43 MB 702 24
330,631 330,631 00000000000000001710db20d61b45bfe46138f7167cf0e100f95a4160756a60 0.09 MB 170 20
330,630 330,630 0000000000000000114522a2b839796f94955353719f3a6ff92f453effb40adf 0.88 MB 1,355 24
330,629 330,629 00000000000000000b2cdf666d01ecf6875bbe3c28403492d97b99066d518feb 0.50 MB 1,447 39
Previous 10 blocks ↓
Total Size: 769.27 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,635.30 GB sent, 94.25 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.