Memory Pool Memory Pool Refreshing

1,986 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,011 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 1,971 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (14,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,049 893,049 000000000000000000006e68d72407fa6b367d0b1174c90766bfd7861dd4d35f 1.56 MB 4,755 4
893,048 893,048 00000000000000000001118060aa80ec574b3a96df781272044ce2be681c0d2d 1.58 MB 3,577 2
893,047 893,047 0000000000000000000227952a3e75e3f45878565c7c46b6d5f0c2d2cdc23d68 1.46 MB 4,163 4
893,046 893,046 00000000000000000002479afc26317dabbc1d83f9c481f5bd725a7c6ec0fe2a 1.53 MB 4,545 5
893,045 893,045 00000000000000000001e227093878ffcf65cc2ee4bc157cb5d1e37ce562e8df 1.52 MB 4,384 4
893,044 893,044 0000000000000000000140812a9d8c57aa38ae802257dcc464e1ba86b597a739 1.59 MB 3,164 6
893,043 893,043 000000000000000000012e33a62373baf0ec3eb24844e443ce17f45a3bad0231 1.51 MB 3,579 6
893,042 893,042 0000000000000000000239586ef499b53cba77203a29b46d02a581c62d817e01 1.66 MB 4,449 3
893,041 893,041 00000000000000000001633f7f50a9149cf6458a88910fbce77aadccc960a930 1.57 MB 3,869 4
893,040 893,040 000000000000000000006129ff9dbb08e430341b00629955b1e8d0ff716a30a8 1.69 MB 4,102 4
893,039 893,039 000000000000000000009a21c2870ed59ce77fd21d5c943e78a3ab12a24b9fc6 1.60 MB 4,197 4
893,038 893,038 000000000000000000012a66f8720c1eac285eb8f4e1f3d9dd2e4cfb0f26474a 1.55 MB 3,176 6
893,037 893,037 00000000000000000001d7887786eaa75b7a986a3ef46b14b567c5adb15c0443 1.49 MB 3,616 3
893,036 893,036 0000000000000000000070f07678fa5bfa0406aff49ed44ad2faa1c4a1667a0e 1.96 MB 2,865 1
893,035 893,035 000000000000000000010ae211e107279296779985611f25df5aceaee3d77596 1.50 MB 3,319 2
893,034 893,034 000000000000000000024ccc0deda0bde1e87411414e3d259fb47d87b0d3bbfe 1.56 MB 3,725 1
893,033 893,033 00000000000000000001a921dea9dd70e374d0d0309dd932c369f535629d2c08 1.73 MB 3,540 3
893,032 893,032 000000000000000000022dbd0c69119bb553f63db20c7e54658ea49d79a78496 1.93 MB 3,265 3
893,031 893,031 000000000000000000022e8f784817b14365891c0a22fea15dd52eda2900b02d 1.65 MB 2,814 2
893,030 893,030 0000000000000000000035a0ccf1259bd12466daaf2975c89447b60bdbb5cac0 1.65 MB 3,405 4
893,029 893,029 000000000000000000005ba561a38a41bb0735bbaf5a8682da12ddadce07c8c9 1.65 MB 3,560 4
Previous 10 blocks ↓
Total Size: 769.57 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,649.52 GB sent, 95.77 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.