Memory Pool Memory Pool Refreshing

3,220 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,859 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (457,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
450,064 450,064 000000000000000002c48f1a54758dd5ce57b68f0a7a2a606e900bd513cf20e5 1.00 MB 1,448 61
450,063 450,063 0000000000000000018423b791fc96849d6441f7e5b5284e533936c1dbc3b4ff 1.00 MB 1,151 42
450,062 450,062 00000000000000000205de55fd3b8e7431181a3bec961eb1e58f150e47ff3f7a 1.00 MB 1,455 99
450,061 450,061 000000000000000001e051de3f87a2419a040923115058754a914d2b886303bf 1.00 MB 1,833 76
450,060 450,060 000000000000000001894538e9f0302c14e970ddac89aef6f5c78cb651d7c737 1.00 MB 1,183 58
450,059 450,059 00000000000000000226e5f979cce1d768f4186555e7c7d4f568b5ecfaef88f3 1.00 MB 717 13
450,058 450,058 0000000000000000016a9e43b4033638ad10935ba8188eacddc19da866d3251b 1.00 MB 636 28
450,057 450,057 000000000000000002b3d5f9c80d808a72a1a5f42313368d8ff5f5b6a9435b8b 1.00 MB 1,779 65
450,056 450,056 00000000000000000282171f86060563dc627949f8277d1e32d2a0d411217519 1.00 MB 2,174 67
450,055 450,055 000000000000000000bb3d8ee8b832e981a3abd6d9290706ee09cde408d2dcf9 1.00 MB 986 44
450,054 450,054 00000000000000000036d0b1dc011b45b0c357f09f2106eaa74618e2907b043c 0.75 MB 1,785 79
450,053 450,053 0000000000000000015cd69bfc1da2c0772b5ffe1e532546048d430cce16c5fe 1.00 MB 1,559 44
450,052 450,052 0000000000000000023b542904c20d9bd4a264c53524547015882a7976f8b45f 1.00 MB 2,268 76
450,051 450,051 000000000000000001718cac23e35527728bd5830deca10f69e9895bc4f9d647 1.00 MB 2,845 115
450,050 450,050 0000000000000000026e7c35c72d168e81c704c8ffee0f63d3405af4affad6df 1.00 MB 937 26
450,049 450,049 00000000000000000027c431604bd3003fdb7afc719d78eafc0139f2240373ef 1.00 MB 1,725 59
450,048 450,048 000000000000000000cfb944b1d639f134093838c03804e0e4cbdd0a833d2e4e 1.00 MB 2,810 116
450,047 450,047 00000000000000000254fcc227f892b6f58cf6dee3dc3330338f2ba05840ac9e 1.00 MB 2,120 77
450,046 450,046 0000000000000000008b913748109d13111b4fdede3d95c12d5fb51ec92a2f9f 1.00 MB 2,918 110
450,045 450,045 0000000000000000001c42d9c6901eece8b5683d0b0f4f89d1450a901237b5c2 1.00 MB 2,166 78
450,044 450,044 000000000000000002a177721e5369e6efa600b740d7f8b3bdad00a389aeb579 1.00 MB 1,437 41
Previous 10 blocks ↓
Total Size: 769.05 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.45 GB sent, 93.12 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.